Description Usage Arguments Value
View source: R/pilot_assessment_functions.R
Performs a short term, long term and target assessment on a list of variables.
1 2 3 4 5 6 7 8 9 | do_assessment(
variables,
targets,
thresholds,
smoothed_trend,
short_term,
long_term,
target_term
)
|
variables |
String containing the names of the variables |
targets |
output from load_process_metadata |
thresholds |
output from load_process_metadata |
smoothed_trend |
output from get_smoothed_trend |
short_term |
set by user, number of years of data to use for short term assessment |
long_term |
set by user, number of years of data to use for long term assessment |
target_term |
set by user, number of years of data to use for target assessment |
a list of three dataframes, one for each assessment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.