ColumnMetadata | R Documentation |
Describes column contents
It's metadata
new()
ColumnMetadata$new( name, definition = NA, standard_name = standardize_name(name), format = NA, units = NA, values = NA, original_name = NA )
merge()
ColumnMetadata$merge(other, priority = "self")
as_text()
ColumnMetadata$as_text()
as_list()
ColumnMetadata$as_list()
clone()
The objects of this class are cloneable with this method.
ColumnMetadata$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.