set_attrs | R Documentation |
These are structured information that can be encoded in into the design
object. By encoding this information, you can make it interoperable.
If you use export_design()
, the information is exported to the title sheet
of the excel output.
set_attrs(.edibble = design(), ...)
.edibble |
An edibble table or design. |
... |
A series of name-value pairs where the name corresponds to the name of the metadata nad the value corresponds to the actual metadata value. If the name is omitted, then no name to the metadata is assigned for the corresponding value. |
des <- set_attrs(design(aim = "Testing for new flu vaccine.",
contact = "emi.tanaka (at) anu.edu",
"Funded by Better Experiments Institute.") )
des$context
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.