Get Meta Type
The get_meta_type()
function in the reportifyr
package retrieves a list of standardized meta_type
from a specified standard_footnotes.yaml
file.
get_meta_type()
Returns
A named list of meta_type
from the standard_footnotes.yaml
file.
Logging
- Debug: Logs the start and end of the function, the successful reading of
standard_footnotes.yaml
, and the successful extraction ofmeta_type
. - Error: Logs errors for missing files, incorrect file types, or missing required fields within
standard_footnotes.yaml
.
Additional Resources
- reportifyr GitHub: Refer to the
reportifyr
repository for more details. - YAML Documentation: Learn more about
YAML
syntax and structure here.