setCbpPath: Set the environmental variables to the data directories

Description Usage Arguments Value Examples

View source: R/init.R

Description

This function sets the environmental variables that point to the directories where the downloaded and processed data is stored

Usage

1
setCbpPath(data_in, data_out)

Arguments

data_in

a string with the path to the directory where the downloaded data will be stored

data_out

a string with the path to the directory where the processed data will be stored

Value

true if the function concludes successfully

Examples

1
2
# define the location of data_in and data_out
setCbpPath('~/cbpR_data_source', '~/cbpR_data_final')

jtilly/cbpR documentation built on May 20, 2019, 3:13 a.m.