Description Usage Arguments Value Examples
This function sets the environmental variables that point to the directories where the downloaded and processed data is stored
1  | setCbpPath(data_in, data_out)
 | 
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  | 
true if the function concludes successfully
1 2  | # define the location of data_in and data_out
setCbpPath('~/cbpR_data_source', '~/cbpR_data_final')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.