prophet/R/man/validate_inputs.Rd

19 lines
343 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{validate_inputs}
\alias{validate_inputs}
\title{Validates the inputs to Prophet.}
\usage{
validate_inputs(m)
}
\arguments{
\item{m}{Prophet object.}
}
2018-12-03 21:25:26 +00:00
\value{
The Prophet object.
}
2017-02-22 23:59:43 +00:00
\description{
Validates the inputs to Prophet.
}
\keyword{internal}