Skip to content

Commit c32ceb4

Browse files
Update README.Rmd
Fix link to Acero. The current link gives a 404.
1 parent f397528 commit c32ceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are new to dplyr, the best place to start is the [data transformation cha
4040

4141
In addition to data frames/tibbles, dplyr makes working with other computational backends accessible and efficient. Below is a list of alternative backends:
4242

43-
- [arrow](https://arrow.apache.org/docs/r/) for larger-than-memory datasets, including on remote cloud storage like AWS S3, using the Apache Arrow C++ engine, [Acero](https://arrow.apache.org/docs/cpp/streaming_execution.html).
43+
- [arrow](https://arrow.apache.org/docs/r/) for larger-than-memory datasets, including on remote cloud storage like AWS S3, using the Apache Arrow C++ engine, [Acero](https://arrow.apache.org/docs/cpp/acero/overview.html).
4444

4545
- [dbplyr](https://dbplyr.tidyverse.org/) for data stored in a relational
4646
database. Translates your dplyr code to SQL.

0 commit comments

Comments
 (0)