Get Meta Abbreviations
The get_meta_abbrevs()
function in the reportifyr
package retrieves standardized abbreviations (meta_abbrevs
) from a specified standard_footnotes.yaml
file.
get_meta_abbrevs()
Returns
A named list of abbreviations 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_abbrevs
. - 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.