R/vars_tags.R

Defines functions vars_tags

Documented in vars_tags

#' Internal printing function for variables and tags
#'
#' @param vars a `character` vector of variable names
#' @param tags a `character` vector of tags
vars_tags <- function(vars, tags) {
  paste(vars,
    tags,
    sep = " - ",
    collapse = "\n "
  )
}

Try the safeframe package in your browser

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

safeframe documentation built on June 28, 2025, 1:08 a.m.