Learn R Programming

rbefdata (version 0.3.5)

bef.options: Set or query otions related to the BEFdata R package.

Description

This function is used to query and set R BEFdata package specific options like the URL to the BEFdata portal and the URL to the tematres thesaurus.

Usage

bef.options(...)

Arguments

...
similar to options. see examples below.

Examples

Run this code
# BEFdata URL
bef.options('url')
bef.options(url='http://www.example.com')
#Tematres URL
bef.options('tematres_url')
bef.options(tematres_url="http://www.example.com")

Run the code above in your browser using DataLab