get_interviews: Get The Setup's interview data

Description Usage Arguments See Also Examples

Description

retrieve either the metadata associated with each interview on The Setup, or the metadata and data associated with a specific interview or set of interviews (see below)

Usage

1

Arguments

slugs

the "slug" of the specific interview, or interviews. For example, the slug of Hadley's entry, which is listed at http://hadley.wickham.usesthis.com/, is "hadley.wickham". If this is left empty, get_interviews will instead retrieve the metadata associated with all of The Setup's interviews (which, appropriately, includes all the slugs!)

...

further arguments to httr's GET.

See Also

get_hardware and get_software, for similar functionality for specific classes of data and metadata.

Examples

1
2
3
4
5
#Include a slug, retrieving the data associated with a particular interview
hadley_data <- get_interviews(slugs = "hadley.wickham")

#Or, sod it, don't and just get the metadata
setup_metadata <- get_interviews()

Ironholds/zebr documentation built on May 7, 2019, 6:44 a.m.