Learn R Programming

alm (version 0.4.0)

alm_status: Check status of an ALM service.

Description

Check status of an ALM service.

Usage

alm_status(key = NULL, url = "http://alm.plos.org/api/v5/status", ...)

Arguments

key
(character) Your API key, either enter, or loads from .Rprofile. Only required for PKP source, not the others.
url
API endpoint, defaults to http://alm.plos.org/api/v5/status (character)
...
optional additional curl options (debugging tools mostly)

Examples

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

Run the code above in your browser using DataLab