IS_providers: Returns a list of current ImpactStory data providers

View source: R/ti_providers.R

IS_providersR Documentation

Returns a list of current ImpactStory data providers

Description

Returns a list of current ImpactStory data providers

Usage

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

Arguments

key

An ImpactStory API key

as.df

= FALSE. Returns a data.frame instead of a list.

Value

list

Author(s)

Karthik Ram karthik.ram@gmail.com

Examples

## Not run: 
IS_providers()
IS_providers(as.df = TRUE)
write.csv(t1_providers(as.df = TRUE), file = "ImpactStory_metadata.csv")
 # will write the data to a flat csv file.
 # Note: The coercion will not be entirely clean due to the variable number of fields under description for each metric provider.

## End(Not run)

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