Description Usage Arguments Value
View source: R/pilot_assessment_functions.R
load_process_data takes an input string, reads a file in table format, creates a data frame from it and parses it to return two dataframes: dat_list and variables. These outputs are assigned directly to the global environment.
1 | load_process_data(filename)
|
filename |
the name of the file which the data are to be read from. Each row of the table appears as one line of the file. If it does not contain an absolute path, the file name is relative to the current working directory, getwd(). |
Two dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.