View source: R/add_esi_threshold.R
add_esi_threshold | R Documentation |
add threshold value for each ESI discipline
add_esi_threshold(df, discipline, date = "last")
df |
data.frame |
discipline |
a column belong to the character vector of 22 ESI disciplines |
date |
the date when the threshold line was published, can be |
data.frame that adds a new column of threshold line for the specified date
df %>% add_esi_threshold(x, date = "last") df %>% add_esi_threshold(x, date = "all") df %>% add_esi_threshold(x, date = c("20200326"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.