nz_add_metadata
: Add metadataAdd metadata for the table
nz_add_metadata(DSN, table_name, description = NA, legend = NA)
Argument |Description
------------- |----------------
DSN
| DSN object extracted from nz_init
table_name
| name of the table
description
| table description. if you put it NA it will not update description and legend.
legend
| legend of the layer.
DSN <- nz_init("NZSQLF","SPATIAL_SCHEMA")
nz_add_metadata(DSN,"NLULCDATA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.