Learn R Programming

alm (version 0.4.0)

getkey: Function to get an API key.

Description

Checks first to get key from your .Rprofile file for an API key with the name 'PlosApiKey'. If it is not found, the default guest key is used.

Usage

getkey(x = NULL)

Arguments

x
An API key, defaults to NULL.

Examples

Run this code
## Not run: 
# getkey()
# ## End(Not run)

Run the code above in your browser using DataLab