View source: R/Module_prepDataForRapidStatus.R
prepDataForRapidStatus | R Documentation |
this reorganizes the output from calculateMetricsByCU() into the format required by generateRapidStatus().
prepDataForRapidStatus(
cu.info,
metrics.raw,
gen.avg.src,
out.label = "MetricsOut",
out.filepath = ""
)
cu.info |
a data frame with specifications for each CU. For details, see help file for calculateMetricsByCU(). |
metrics.raw |
data frame with calculated metrics generated by calculateMetricsByCU(). |
gen.avg.src |
data frame with calculated generational averages generated by calculateMetricsByCU(). |
out.label |
label to use in the filenames for the output |
out.filepath |
folder for storing the output files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.