rtematres.options {rtematres}R Documentation

Set or query otions related to the rtematresdata R package.

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

  rtematres.options(...)

Arguments

...

similar to options. see examples below.

Examples

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

[Package rtematres version 0.2 Index]