Skip to content

Commit 68d96d1

Browse files
stephhazlittPachápachadotdev
authored andcommitted
ARROW-13616: [R] Cheat Sheet Structure
TODOs: Convert cheat sheet to PDF and hide slide #1. Closes apache#12445 from pachadotdev/patch-4 Lead-authored-by: Stephanie Hazlitt <stephhazlitt@gmail.com> Co-authored-by: Pachá <mvargas@dcc.uchile.cl> Co-authored-by: Mauricio Vargas <mavargas11@uc.cl> Co-authored-by: Pachá <mavargas11@uc.cl> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
1 parent 2039eda commit 68d96d1

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

r/.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ clang_format.sh
2727
STYLE.md
2828
^.lintr
2929
^.styler_excludes.R
30+
^cheatsheet$

r/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ Other applications of `arrow` are described in the following vignettes:
310310
- `vignette("arrow", package = "arrow")`: access and manipulate Arrow
311311
objects through low-level bindings to the C++ library
312312

313+
The Arrow for R [cheatsheet](https://github.com/apache/arrow/blob/-/r/cheatsheet/arrow.pdf) and [Cookbook](https://arrow.apache.org/cookbook/r/index.html) are additional resources for getting started with `arrow`.
314+
313315
## Getting help
314316

315317
If you encounter a bug, please file an issue with a minimal reproducible

r/cheatsheet/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!---
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
19+
20+
### arrow-cheatsheet
21+
22+
* The `powerpoint/arrow-cheatsheet.pptx` file was built in and exported from Google Slides
23+
* The arrow cheatsheet leverages some design elements from the official [RStudio cheatsheet template](https://github.com/rstudio/cheatsheets) ([CC-BY-4.0](https://github.com/rstudio/cheatsheets/blob/main/LICENSE))
24+
* The official Apache Arrow hex sticker is sourced from <https://arrow.apache.org/visual_identity/>
25+
* To suggest changes or update the cheatsheet, please download and edit the `arrow-cheatsheet.pptx` file, and provide the revised `.pptx` and rendered PDF via a Pull Request to the repository (see [Pull request and review guidelines for help](https://arrow.apache.org/docs/developers/contributing.html))

r/cheatsheet/arrow-cheatsheet.pdf

413 KB
Binary file not shown.
2.29 MB
Binary file not shown.

0 commit comments

Comments
 (0)