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

Description Usage Arguments Value Examples

Description

This function fetches keywords from a BEFdata portal.

Usage

1
  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

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

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