Closed Aariq closed 4 months ago
Thanks @Aariq for opening this issue. The lesson underwent a major update and reorganisation when https://github.com/datacarpentry/R-ecology-lesson/pull/887 was merged. One significant change is that the content on interacting with databases has been removed. As this issue relates that content, I will close it. Please open a new issue if you have suggestions for how the updated content could be improved.
https://github.com/datacarpentry/R-ecology-lesson/blob/ac8b94ee5d1a806a85280093a497cf433e08ba32/05-r-and-databases.Rmd#L110
According to the documentation
dbplyr::src_dbi()
is superseded anddplyr::src_dbi()
is deprecated. Looking at thedbplyr
documentation, it looks like the recommended way to do this is withDBI::dbListTables(mammals)