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

Description Usage Arguments Examples

View source: R/bef.options.R

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

1

Arguments

...

similar to options. see examples below.

Examples

1
2
3
4
5
6
# 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")

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