Fix typo, closes #1362

This commit is contained in:
mine-cetinkaya-rundel 2023-03-11 05:31:08 -05:00
parent acc6f5a79b
commit f5c5cd124a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ To connect to the database from R, you'll use a pair of packages:
- You'll also use a package tailored for the DBMS you're connecting to. - You'll also use a package tailored for the DBMS you're connecting to.
This package translates the generic DBI commands into the specifics needed for a given DBMS. This package translates the generic DBI commands into the specifics needed for a given DBMS.
There's usually one package for each DMBS, e.g. There's usually one package for each DBMS, e.g.
RPostgres for Postgres and RMariaDB for MySQL. RPostgres for Postgres and RMariaDB for MySQL.
If you can't find a specific package for your DBMS, you can usually use the odbc package instead. If you can't find a specific package for your DBMS, you can usually use the odbc package instead.