Skip to contents

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

if (FALSE) { # \dontrun{
meta_110000 <- ns_get_meta(110000)

} # }