Releases: ropensci/ramlegacy
Releases · ropensci/ramlegacy
Release list
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_ramlegacynow just returns a list of tables that can be specified through thetablesargument. - Modified
download_ramlegacyandload_ramlegacyso that that while the default is still to download and read in the dataframes from therappdirsdirectory the functions now also support downloading to a location chosen by the user and reading from that location.