inst/template/data-doc.R

#' {{{name}}}
#'
#' {{{description}}}.
#'
#' @format A data frame with {{{rows}}} rows and {{{cols}}} variables:
#' \describe{
{{#items}}
#'   \item{ {{name}} }{  {{class}} }
{{/items}}
#' }
#' @source {{{source}}}
"{{{name}}}"

Try the checkhelper package in your browser

Any scripts or data that you put into this service are public.

checkhelper documentation built on May 29, 2024, 1:17 a.m.