Skip to content

Commit

Permalink
Fix typo, closes hadley#1362
Browse files Browse the repository at this point in the history
  • Loading branch information
mine-cetinkaya-rundel committed Mar 11, 2023
1 parent acc6f5a commit f5c5cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

If you can't find a specific package for your DBMS, you can usually use the odbc package instead.
Expand Down

0 comments on commit f5c5cd1

Please sign in to comment.