Learn R Programming

rbefdata (version 0.3.5)

bef.portal.get.keywords: Fetch keywords from a BEFdata portal.

Description

This function fetches keywords from a BEFdata portal.

Usage

bef.portal.get.keywords(curl = getCurlHandle(), ...)

Arguments

curl
You can pass in a curl handle with additional options. By default a curl handle is used to improve the memory footprint.
...
Arguments passed to getURLContent

Value

The function returns a data frame of keyword (id, name, cound).

Examples

Run this code
## Not run: 
#             keywords=bef.portal.get.keywords()
#           ## End(Not run)

Run the code above in your browser using DataLab