validate_column_name | R Documentation |
Validates the name of a seasonality, holiday, or regressor.
validate_column_name( m, name, check_holidays = TRUE, check_seasonalities = TRUE, check_regressors = TRUE )
m |
Prophet object. |
name |
string |
check_holidays |
bool check if name already used for holiday |
check_seasonalities |
bool check if name already used for seasonality |
check_regressors |
bool check if name already used for regressor |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.