about_IS: About ImpactStory

View source: R/api_info.R

about_ISR Documentation

About ImpactStory

Description

Retrieves the latest information about the ImpactStory API. This package now requires an API key. You can obtain one by emailing team at impactstory dot org. Then the key can be saved in your .rprofile as options(ImpactStoryKey="YOUR_KEY") or specified inline with each function call. Any API call cannot go through without a valid key.

Usage

  about_IS(key = getOption("ImpactStoryKey", stop("Missing ImpactStory consumer key")),
    as.df = FALSE)

Arguments

key

An ImpactStory API key

as.df

Default is FALSE. Set this to TRUE if you would like a data.frame returned instead.

Value

list

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
about_IS()
about_IS(as.df = TRUE) # will return a nicely formatted data.frame

## End(Not run)

ropensci/rImpactStory documentation built on May 18, 2022, 6:30 p.m.