A data scientist is working with a dataset in R but wants to retrieve data from a SQL database. Which R package allows for integration with SQL databases for seamless data retrieval?

  • dplyr
  • ggplot2
  • knitr
  • DBI
The R package 'DBI' (Database Interface) allows for seamless integration with SQL databases. Data scientists can use 'DBI' in conjunction with other packages like 'RMySQL' or 'RODBC' to connect to databases, retrieve data, and perform SQL operations from within R.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *