ram_dir {ramlegacy} | R Documentation |
Output OS-independent path to the rappdirs directory on user's computer where the RAM Legacy database is downloaded by default
Description
Provides the download location for download_ramlegacy
in an OS independent manner. This is also the location from where
load_ramlegacy
loads the database from.
Usage
ram_dir(vers = NULL)
Arguments
vers |
character, version number of the database. As of writing this
package, the available versions are "1.0", "2.0", "2.5", "3.0", "4.3","4.40",
"4.41", and "4.44". If version is not specified the |
See Also
Other ramlegacy functions: download_ramlegacy
,
load_ramlegacy
Examples
# return the path to the rappdirs directory where
# all version subdirectories are stored
ram_dir()
# Returns the path of the subdirectory where v4.3
# of the database is downloaded to and read from.
ram_dir(vers = "4.3")
[Package ramlegacy version 0.2.0 Index]