Skip to contents

Get meta abbreviations from standard_footnotes.yaml

Usage

get_meta_abbrevs(path_to_footnotes_yaml)

Arguments

path_to_footnotes_yaml

The path to the standard_footnotes.yaml

Value

A list of meta_abbrevs to be called while performing an analysis

Examples

if (FALSE) { # \dontrun{
meta_abbrevs <- get_meta_abbrevs(
  path_to_footnotes_yaml = file.path(
    here::here(), "report", "standard_footnotes.yaml"
  )
)
} # }