View source: R/extensions-base.R
bp_extend | R Documentation |
blueprint()
objects are essentially just list()
objects
that contain a bunch of metadata on the data asset construction.
Use bp_extend()
to set or add new elements.
bp_extend(bp, ...)
bp |
A blueprint |
... |
Keyword arguments forwarded to blueprint() |
if (FALSE) {
bp <- blueprint("some_blueprint", ...)
adjusted_bp <- bp_extend(bp, new_option = TRUE)
bp_with_annotation_set <- bp_extend(bp, annotate = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.