You can create a new metadata by specifying each of the elements, by specifying a list, or by providing a dataset which includes metadata.
stw_meta(...) # S3 method for default stw_meta(...) # S3 method for character stw_meta( name, title = NULL, description = NULL, sources = NULL, n_row = NULL, n_col = NULL, dict = NULL, ... ) # S3 method for list stw_meta(env, ...) # S3 method for stw_meta stw_meta(meta, ...) # S3 method for stw_dataset stw_meta(dataset, ...)
... | additional args (not used) |
---|---|
name |
|
title |
|
description |
|
sources |
|
n_row |
|
n_col |
|
dict | Object with S3 class |
env |
|
meta | Object with S3 class |
dataset | Object with S3 class |
Object with S3 class stw_meta
When you create a metadata object, it is checked for required and optional
elements. Each metadaset is required to have a name
and dict
object. A
title
, description
, source
, n_row
, n_col
are optional.