extend_with | R Documentation |
Extend an object
extend_with(object, .class_name, ...)
object |
A list |
.class_name |
A class name to add |
... |
Extra information in the list |
library(purrr) l <- list(important_number = 42) %>% add_class("my_list") l %>% extend_with( .class_name = "improved_list", url = "https://github.com/dynverse/dynverse" ) l
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.