I am new to R and learning R from sources.
I am trying to use the dplyr package for connecting to the database.
I am trying out the following tutorial, and getting this error
https://github.com/ujjwalkarn/DataScienceR/blob/master/Intro%20to%20dplyr/7-databases.R
I am using RStudio for running the tutorials on Linux Platform.
> hflights_db <- src_sqlite("hflights.sqlite3", create = TRUE)
Error: The dbplyr package is required to communicate with database backends.
Easy fix: install the dbplyr package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With