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

add cheatsheet folder readme #1

Merged
merged 3 commits into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions r/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,9 @@ 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

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

There is a
[Cheat Sheet](https://github.com/apache/arrow/blob/master/r/cheatsheet/arrow.pdf)
to get started with the basics. From it, you can jump to the
[Arrow R Cookbook](https://arrow.apache.org/cookbook/r/index.html).
## Getting help

If you encounter a bug, please file an issue with a minimal reproducible
example on the [Apache Jira issue
Expand All @@ -333,13 +330,6 @@ We welcome questions, discussion, and contributions from users of the
for engaging with the Arrow developer and user communities, please see
the [Apache Arrow Community](https://arrow.apache.org/community/) page.

### arrow-cheatsheet

* The `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](https://arrow.apache.org/docs/developers/contributing.html))

------------------------------------------------------------------------

All participation in the Apache Arrow project is governed by the Apache
Expand Down
6 changes: 6 additions & 0 deletions r/cheatsheet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### 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 <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))
File renamed without changes.