Learn R Programming

nettskjemar (version 1.0.1)

ns_get_meta: 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)

Value

list of class ns_meta_data

Arguments

form_id

integer. Number of the form to retrieve

Examples

Run this code
if (FALSE) {
meta_110000 <- ns_get_meta(110000)

}

Run the code above in your browser using DataLab