diff --git a/r/.Rbuildignore b/r/.Rbuildignore index 4bead75ea7ebf..7507a85a1b04c 100644 --- a/r/.Rbuildignore +++ b/r/.Rbuildignore @@ -27,3 +27,4 @@ clang_format.sh STYLE.md ^.lintr ^.styler_excludes.R +^cheatsheet$ diff --git a/r/README.md b/r/README.md index dcd529dae2cf7..1aebae0994105 100644 --- a/r/README.md +++ b/r/README.md @@ -310,6 +310,8 @@ Other applications of `arrow` are described in the following vignettes: - `vignette("arrow", package = "arrow")`: access and manipulate Arrow objects through low-level bindings to the C++ library +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`. + ## Getting help If you encounter a bug, please file an issue with a minimal reproducible diff --git a/r/cheatsheet/README.md b/r/cheatsheet/README.md new file mode 100644 index 0000000000000..f47375631e5ef --- /dev/null +++ b/r/cheatsheet/README.md @@ -0,0 +1,25 @@ + + +### arrow-cheatsheet + +* The `powerpoint/arrow-cheatsheet.pptx` file was built in and exported from Google Slides +* 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)) +* The official Apache Arrow hex sticker is sourced from +* 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)) diff --git a/r/cheatsheet/arrow-cheatsheet.pdf b/r/cheatsheet/arrow-cheatsheet.pdf new file mode 100644 index 0000000000000..8da8ffd3d8b7c Binary files /dev/null and b/r/cheatsheet/arrow-cheatsheet.pdf differ diff --git a/r/cheatsheet/powerpoint/arrow-cheatsheet.pptx b/r/cheatsheet/powerpoint/arrow-cheatsheet.pptx new file mode 100644 index 0000000000000..cd3a892250e9a Binary files /dev/null and b/r/cheatsheet/powerpoint/arrow-cheatsheet.pptx differ