diff --git a/r/README.md b/r/README.md
index fdc11effcfa..b96a74cf6a5 100644
--- a/r/README.md
+++ b/r/README.md
@@ -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
@@ -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
-* 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
diff --git a/r/cheatsheet/README.md b/r/cheatsheet/README.md
new file mode 100644
index 00000000000..840677a4541
--- /dev/null
+++ b/r/cheatsheet/README.md
@@ -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
+* 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.pdf b/r/cheatsheet/arrow-cheatsheet.pdf
similarity index 100%
rename from r/cheatsheet/arrow.pdf
rename to r/cheatsheet/arrow-cheatsheet.pdf
diff --git a/r/cheatsheet/powerpoint/arrow.pptx b/r/cheatsheet/powerpoint/arrow-cheatsheet.pptx
similarity index 100%
rename from r/cheatsheet/powerpoint/arrow.pptx
rename to r/cheatsheet/powerpoint/arrow-cheatsheet.pptx