process_all | R Documentation |
Process all methods with default values
process_all(df_d, include_variables = T, data = "station")
df_d |
a data frame with all relevant variables. It can be obtained using
the functions |
include_variables |
Boolean,informs with all variables should be included in the output |
data |
string value, either 'station' or 'reanalysis'. |
The function run all methods with their default thresholds
The function returns a list with two data frames. One with daily and detailed values for all methods and a list with one data frame for each method, each containing a summary of all identified events.
all_methods <- process_all(de_tha_d,include_variables = T, data = 'station')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.