Skip to contents

Get meta types from standard_footnotes.yaml

Usage

get_meta_type(path_to_footnotes_yaml)

Arguments

path_to_footnotes_yaml

The path to the standard_footnotes.yaml

Value

A list of meta_types to be called while performing an analysis

Examples

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