View source: R/qa_get_resmod_table.R
get_resmod_table | R Documentation |
Open resmod_results.csv file and save output in the dataframe readable for R
get_resmod_table(directory, idv, quiet = F)
directory |
The qa run directory path. Will search for the resmod_results.csv file in the resmod_'idv' folder. |
idv |
The string of the idv name. |
quiet |
A logical indicating whether function should not write the warning message if some file not found. By default quiet=FALSE. |
The list of two elements: resmod_file_exists - logical argument indicating whether resmod_results.csv file exists in the expected directory resmod_table - a resmod_results.csv data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.