R/tags_names.R

Defines functions tags_names

Documented in tags_names

#' Get the list of tag names used in linelist
#'
#' This function returns the a `character` of all tag names used to designate
#' specific variable types in a `linelist`.
#'
#' @export
#'
#' @return The function returns a `character` vector.
#'
#' @seealso [tags_defaults()] for a `list` of default values of the tags
#'
#' @examples
#' tags_names()
#'
tags_names <- function() {
  names(tags_defaults())
}

Try the linelist package in your browser

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

linelist documentation built on June 22, 2024, 10:54 a.m.