docs: correct typo with check_inputs

Put family as param by mistake
This commit is contained in:
Martin Chan 2021-03-04 21:20:34 +00:00
Родитель 142e9021b5
Коммит 53139a61ac
7 изменённых файлов: 15 добавлений и 3 удалений

Просмотреть файл

@ -20,7 +20,7 @@
#' user what variables are not included. When `return` is set to "names", a
#' character vector containing the unmatched variable names is returned.
#'
#' @param Support
#' @family Support
#'
#' @examples
#'

Просмотреть файл

@ -21,6 +21,7 @@ camel_clean("NoteHowTheStringIsFormatted")
}
\seealso{
Other Support:
\code{\link{check_inputs}()},
\code{\link{combine_signals}()},
\code{\link{cut_hour}()},
\code{\link{extract_date_range}()},

Просмотреть файл

@ -13,8 +13,6 @@ check_inputs(input, requirements, return = "stop")
\item{return}{A character string specifying what to return.
The default value is "stop". Also accepts "names" and "warning".}
\item{Support}{}
}
\value{
The default behaviour is to return an error message, informing the
@ -40,3 +38,12 @@ check_inputs(iris, c("Sepal.Length", "mpg"), return = "warning")
check_inputs(iris, c("Sepal.Length", "Sepal.Width", "RandomVariable"), return = "names")
}
\seealso{
Other Support:
\code{\link{camel_clean}()},
\code{\link{combine_signals}()},
\code{\link{cut_hour}()},
\code{\link{extract_date_range}()},
\code{\link{rgb2hex}()}
}
\concept{Support}

Просмотреть файл

@ -36,6 +36,7 @@ combine_signals(sim_data, hr = 9, signals = c("Emails_sent", "Unscheduled_calls"
\seealso{
Other Support:
\code{\link{camel_clean}()},
\code{\link{check_inputs}()},
\code{\link{cut_hour}()},
\code{\link{extract_date_range}()},
\code{\link{rgb2hex}()}

Просмотреть файл

@ -32,6 +32,7 @@ cut_hour(sq_data$Collaboration_hours, cuts = c(10, 15, 20))
\seealso{
Other Support:
\code{\link{camel_clean}()},
\code{\link{check_inputs}()},
\code{\link{combine_signals}()},
\code{\link{extract_date_range}()},
\code{\link{rgb2hex}()}

Просмотреть файл

@ -23,6 +23,7 @@ string, which is used in the caption of plots in this package.
\seealso{
Other Support:
\code{\link{camel_clean}()},
\code{\link{check_inputs}()},
\code{\link{combine_signals}()},
\code{\link{cut_hour}()},
\code{\link{rgb2hex}()}

Просмотреть файл

@ -15,6 +15,7 @@ Convert rgb to HEX code
\seealso{
Other Support:
\code{\link{camel_clean}()},
\code{\link{check_inputs}()},
\code{\link{combine_signals}()},
\code{\link{cut_hour}()},
\code{\link{extract_date_range}()}