You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run ipeds::download_ipeds(YEAR) on R Console (and RStudio), R does not recognize mdb-tables and spits the following error.
ipeds::download_ipeds(2018)
...
[1] "Error loading the MS Access database file. Make sure mdtools is installed."
[1] "The following terminal commands will install mdtools on Mac systems:"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install mdbtools
[1] "Original Error:"
<simpleError in system(paste("mdb-tables -1", file), intern = TRUE): error in running command>
mdbtools was installed with Homebrew and mdb-tables works on Terminal. I believe it has something to do with Homebrew and R Console (and RStudio) since ipeds::download_ipeds(YEAR) works fine if R is used on Terminal (without using R Console).
The text was updated successfully, but these errors were encountered:
tnagano22
changed the title
ipeds::download_ipeds(YEAR) does not work RStudio and R Console
ipeds::download_ipeds(YEAR) does not work on RStudio and R Console
Feb 25, 2022
When I run
ipeds::download_ipeds(YEAR)
on R Console (and RStudio), R does not recognizemdb-tables
and spits the following error.mdbtools was installed with Homebrew and mdb-tables works on Terminal. I believe it has something to do with Homebrew and R Console (and RStudio) since
ipeds::download_ipeds(YEAR)
works fine if R is used on Terminal (without using R Console).The text was updated successfully, but these errors were encountered: