Learn R Programming

rtematres (version 0.2)

rtematres.options: 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

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

Run the code above in your browser using DataLab