ram_dir: Output OS-independent path to the rappdirs directory on...

Description Usage Arguments See Also Examples

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

1
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 ram_dir() returns the path to the rappdirs top-level directory which stores all the version subdirectories.

See Also

Other ramlegacy functions: download_ramlegacy, load_ramlegacy

Examples

1
2
3
4
5
6
7
# 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")

ramlegacy documentation built on May 16, 2019, 5:05 p.m.