saveAPIkey: Save API keys

Description Usage Arguments Details Value Examples

View source: R/saveAPIkey.R

Description

A function that saves the api key as character in a specific variable in the API keys environment.

Usage

1
saveAPIkey(key.var, key)

Arguments

key.var

a character string with the variable name the key should be saved in.

key

the api-key as character string

Details

The name of the environment the key is assigned to defaults to "apikeys".

Value

either one data frame or a list containing several data.frames into which the tree structured web-data has been transformed.

Examples

1
2
saveAPIkey(key.var="disq", key="1234" )
get("disq", pos="apikeys")

umatter/RWebData documentation built on May 6, 2019, 11:47 a.m.