rtematres.options: Set or query otions related to the rtematresdata R package.

Description Usage Arguments Examples

Description

This function is used to query and set the options used by the rtematres package. For example you can set the URLs to your tematres server and the API.

Usage

1

Arguments

...

similar to options. see examples below.

Examples

1
2
3
#Tematres URLs
rtematres.options('tematres_url')
rtematres.options(tematres_url="http://www.example.com")

rtematres documentation built on May 2, 2019, 11:12 a.m.