Updates an object's footnote metadata - equations, notes, or abbreviations
update_object_footnotes.Rd
Updates an object's footnote metadata - equations, notes, or abbreviations
Usage
update_object_footnotes(
file_path,
overwrite = FALSE,
equations = NULL,
notes = NULL,
abbrevs = NULL
)
Examples
if (FALSE) { # \dontrun{
update_object_footnotes("example_metadata.json", equations = c("K10 = CL/VC", "K12 = Q/VC"))
} # }