This function does nothing if is_run_active() is FALSE.
write_run_attr(name, data, ..., append = FALSE)the written lines, invisibly.
A string
The data to write. This needs to be encodable as yaml. If missing, the existing attr is deleted.
Arguments passed on to yaml::as.yaml
line.septhe line separator character(s) to use
indentthe number of spaces to use for indenting
omapdetermines whether or not to convert a list to a YAML omap; see Details
column.majordetermines how to convert a data.frame; see Details
unicodedetermines whether or not to allow unescaped unicode characters in output
precisionnumber of significant digits to use when formatting numeric values
indent.mapping.sequencedetermines whether or not to indent sequences in mapping context
handlersnamed list of custom handler functions for R objects; see Details
whether to append to the existing attr file.