View source: R/class_Provenance.R
new_provenance | R Documentation |
Create a new Provenance object.
new_provenance(name, icon, color, description)
name |
|
icon |
|
color |
|
description |
|
A Provenance object.
# create a provenance
x <- new_provenance(
name = "Global", icon = "globe", color = "#123456",
description = "Data is global."
)
# print object
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.