This function loads your observed data from the template file that was placed
in your project directory either by build_rswap_directory()
or rswap_init()
load_observed(project_path, archived = F, verbose = F)
Path to project directory (string)
set to true if project path in saved in 'rswap_saved' (flag)
print status? (flag)
Returns a list consiting of .$data
, a dataframe of the observed values,
as well as .$observed_variables
, a vector of the detected observed variables.
It is critical that the template observed file is filled out correctly.
Please see the file itself for more information. It should be located in
your project directory, and must bear the namer swap_observed_data.csv
.
Please note, the file type will eventually be switched to .csv.