data_configuration: Reads configuration file on where to download data.

Description Usage Arguments Details Value

View source: R/transfer.R

Description

If you want to make the config file, then create a file in one of three places:

Usage

1
data_configuration(section = "Default")

Arguments

section

Which section of the initialization file to read. This defaults to Default. This parameter exists in order to create a Test section to use for non-destructive testing.

Details

- ${XDG_CONFIG_HOME}/RAMP/data.ini - $HOME/.config/RAMP/data.ini - $HOME/.ramp.ini

Put the following in it.

Value

A list of configuration parameters.

“' [Default] SCPHOST = computer-name.ihme.uw.edu SCPHOSTBASE = /path/to/data/directory LOCALDATA = /home/username/data “'


dd-harp/rampdata documentation built on Sept. 13, 2021, 9:32 p.m.