bef.portal.get.categories_for: Get a data groups categories as data frame (data admin...

Description Usage Arguments Value Examples

Description

This function gets you a data groups categories as data frame. You can use the data frame to harmonize your data using the last column and the IDs in the first row. After you have relinked the data you can upload the data frame using the categories upload command.

Usage

1
2
  bef.portal.get.categories_for(datagroup_id,
    curl = getCurlHandle(), ...)

Arguments

datagroup_id

It the ID of the data group you like to get the categories from.

curl

Pass in a curl handle here if you like with own options or to reduce the memory footprint.

...

Additional parameters passed to curl.

Value

Returns a data frame with the categories ID, short and long description and

Examples

1
2
3
4
## Not run: 
  bef.portal.get.categories_for(datagroup_id = 22)
      
## End(Not run)

rbefdata documentation built on May 2, 2019, 8:39 a.m.