write_run_attr | R Documentation |
This function does nothing if is_run_active()
is FALSE
.
write_run_attr(name, data, ..., append = FALSE)
name |
A string |
data |
The data to write. This needs to be encodable as yaml. If missing, the existing attr is deleted. |
... |
Arguments passed on to
|
append |
whether to append to the existing attr file. |
the written lines, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.