Description Usage Arguments Value
View source: R/pilot_assessment_functions.R
load and process metadata load_process_metadata takes an input string, reads a file in table format and creates a data frame from it, and parses it to return three dataframes: targets, thresholds and goal_indicator_lookup. These outputs are assigned directly to the global environment.
1 | load_process_metadata(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(). |
Three dataframes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.