Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

validate_column_name

Validates the name of a seasonality, holiday, or regressor.


Description

Validates the name of a seasonality, holiday, or regressor.

Usage

validate_column_name(
  m,
  name,
  check_holidays = TRUE,
  check_seasonalities = TRUE,
  check_regressors = TRUE
)

Arguments

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


prophet

Automatic Forecasting Procedure

v1.0
MIT + file LICENSE
Authors
Sean Taylor [cre, aut], Ben Letham [aut]
Initial release
2021-03-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.