Releases: ropensci/ramlegacy
Releases · ropensci/ramlegacy
v0.2.0
- 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 toload_ramlegacy
- Instead of assigning all the tables to global environment
load_ramlegacy
now just returns a list of tables that can be specified through thetables
argument. - Modified
download_ramlegacy
andload_ramlegacy
so that that while the default is still to download and read in the dataframes from therappdirs
directory the functions now also support downloading to a location chosen by the user and reading from that location.