Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-13616: [R] Cheat Sheet Structure #12445

Closed
wants to merge 17 commits into from
Closed
1 change: 1 addition & 0 deletions r/.Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ clang_format.sh
STYLE.md
^.lintr
^.styler_excludes.R
^cheatsheet$
2 changes: 2 additions & 0 deletions r/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions r/cheatsheet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!---
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

### arrow-cheatsheet
pachadotdev marked this conversation as resolved.
Show resolved Hide resolved

* 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 <https://arrow.apache.org/visual_identity/>
* 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))
pachadotdev marked this conversation as resolved.
Show resolved Hide resolved
Binary file added r/cheatsheet/arrow-cheatsheet.pdf
Binary file not shown.
Binary file added r/cheatsheet/powerpoint/arrow-cheatsheet.pptx
Binary file not shown.