Introduction
We use database connections to talk to databases from R. This helps us save, get, and manage data easily.
You want to save your data in a database instead of a file.
You need to get data from a database to analyze it in R.
You want to update or delete data stored in a database.
You want to work with large datasets that don't fit in memory.
You want to share data between different programs using a database.