get_meta_abbrevs.Rd
Get meta abbreviations from standard_footnotes.yaml
get_meta_abbrevs(path_to_footnotes_yaml)
The path to the standard_footnotes.yaml
A list of meta_abbrevs to be called while performing an analysis
if (FALSE) { # \dontrun{ meta_abbrevs <- get_meta_abbrevs( path_to_footnotes_yaml = file.path( here::here(), "report", "standard_footnotes.yaml" ) ) } # }