ns_get_meta {nettskjemar}R Documentation

Get metadata for a form

Description

With the given API token, will retrieve the meta-data connected to a form.

Usage

ns_get_meta(form_id)

Arguments

form_id

integer. Number of the form to retrieve

Value

list of class ns_meta_data

Examples

## Not run: 
meta_110000 <- ns_get_meta(110000)


## End(Not run)

[Package nettskjemar version 1.0.2 Index]