Learn R Programming

rbefdata (version 0.3.5)

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

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

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

Run this code
## Not run: 
#   bef.portal.get.categories_for(datagroup_id = 22)
#       ## End(Not run)

Run the code above in your browser using DataLab