Description Usage Arguments Details Value
You can create a new metadata by specifying each of the elements, by specifying a list, or by providing a dataset which includes metadata.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | stw_meta(...)
## Default S3 method:
stw_meta(...)
## S3 method for class 'character'
stw_meta(
  name,
  title = NULL,
  description = NULL,
  sources = NULL,
  n_row = NULL,
  n_col = NULL,
  dict = NULL,
  ...
)
## S3 method for class 'list'
stw_meta(env, ...)
## S3 method for class 'stw_meta'
stw_meta(meta, ...)
## S3 method for class '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  | 
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.
Object with S3 class stw_meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.