Skip to content
Open
Changes from 3 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
12 changes: 11 additions & 1 deletion r/content/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,15 @@ If you have any requests for new recipes, please open a ticket via
[the cookbook's GitHub Issues page](https://github.com/apache/arrow-cookbook/issues).

If you have any Arrow feature requests to make or bugs to report, please
[open an issue on the project JIRA](https://issues.apache.org/jira/projects/ARROW/issues)
[open an issue on the project GitHub repo](https://github.com/apache/arrow/issues)

## How to cite

Crane N, Hazlitt S, et al (2023). Apache Arrow R Cookbook. https://arrow.apache.org/cookbook/r/

@Manual{,
title = {Apache Arrow R Cookbook},
author = {Nicola Crane and Stephanie Hazlitt and Apache Arrow},
year = {2023},
note = {https://arrow.apache.org/cookbook/r/, https://github.com/apache/arrow-cookbook/},
}
Comment on lines +54 to +59
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to wrap this in triple-backticks?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep!