Skip to content

Commit

Permalink
render README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Nov 17, 2020
1 parent 43a347e commit 2b23229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provides a variety of two-table verbs, which you can learn about in
`vignette("two-table")`.

If you are new to dplyr, the best place to start is the [data
transformation chapter](http://r4ds.had.co.nz/transform.html) in R for
transformation chapter](https://r4ds.had.co.nz/transform.html) in R for
data science.

## Backends
Expand All @@ -45,7 +45,7 @@ alternative backends:

- [dtplyr](https://dtplyr.tidyverse.org/): for large, in-memory
datasets. Translates your dplyr code to high performance
[data.table](http://r-datatable.com/) code.
[data.table](https://rdatatable.gitlab.io/data.table/) code.

- [dbplyr](https://dbplyr.tidyverse.org/): for data stored in a
relational database. Translates your dplyr code to SQL.
Expand Down Expand Up @@ -161,7 +161,7 @@ reproducible example on
[GitHub](https://github.com/tidyverse/dplyr/issues). For questions and
other discussion, please use
[community.rstudio.com](https://community.rstudio.com/) or the
[manipulatr mailing list](https://groups.google.com/group/manipulatr).
[manipulatr mailing list](https://groups.google.com/d/forum/manipulatr).

-----

Expand Down

0 comments on commit 2b23229

Please sign in to comment.