From f5c5cd124a7448062e63c66f7574e8a9f63a3e8e Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Sat, 11 Mar 2023 05:31:08 -0500 Subject: [PATCH] Fix typo, closes #1362 --- databases.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases.qmd b/databases.qmd index 07bd9ad..3448039 100644 --- a/databases.qmd +++ b/databases.qmd @@ -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.