R/doc-helpers.R

Defines functions arg_choices

arg_choices <- function(name, choices){
  paste0("@param ", name, " one of the following values: ", paste(shQuote(choices), collapse = ", "), ".")
}
ardata-fr/airparis documentation built on Nov. 3, 2019, 1:56 p.m.