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
Package now supports downloading and reading newer versions (v4.40, v4.41, v4.44) along with the older versions (v4.3, v3.0, v2.5, v2.0, 1.0)
Removed the loading behavior of library(ramlegacy) leaving the loading solely to load_ramlegacy
Instead of assigning all the tables to global environment load_ramlegacy now just returns a list of tables that can be specified through the tables argument.
Modified download_ramlegacy and load_ramlegacy so that that while the default is still to download and read in the dataframes from the rappdirs directory the functions now also support downloading to a location chosen by the user and reading from that location.