validate_inputs.Rd 294 B

123456789101112131415
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{validate_inputs}
  4. \alias{validate_inputs}
  5. \title{Validates the inputs to Prophet.}
  6. \usage{
  7. validate_inputs(m)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. }
  12. \description{
  13. Validates the inputs to Prophet.
  14. }