| system_fetch_nca_columns {ubiquity} | R Documentation |
Columns in NCA Analysis
Description
Show the columns available in a given NCA analysis
Usage
system_fetch_nca_columns(cfg, analysis_name = "analysis")
Arguments
cfg |
ubiquity system object |
analysis_name |
string containing the name of the NCA analysis (default |
Value
list with the following elements:
-
isgoodBoolean variable to identify if the function executed properly (TRUE) or if there were any errors (FALSE) -
NCA_col_summarydataframe with the columns from the analysis inanalysis_name(col_name- NCA short name,from- where the parameter was derived from,label- verbose text label for the column, anddescription, verbose text description of the parameter. -
len_NCA_colmaximum length of thecol_namecolumn -
len_frommaximum length of thefromcolumn -
len_labelmaximum length of thelabelcolumn -
len_descriptionmaximum length of thedescriptioncolumn
See Also
Vignette on NCA (system_nca_parameters_meta)