get_categories: get category metadata or data from The Setup

Description Usage Arguments See Also Examples

Description

retrieves either the metadata about the interviewee categories on The Setup, or the data from interviewees in particular categories, depending on the provided input.

Usage

1

Arguments

category

the name(s) of the categories; this can be found by looking at the "categories" field in the return from get_interviews. Alternately, in the absence of any provided categories, the /meta/data associated with all categories on The Setup will instead be returned, and this includes the names.

...

further arguments to pass to httr's GET.

See Also

get_software and get_interviews, for similar functionality for hardware and full interviews.

Examples

1
2
3
4
5
#Get ALL the metadata!
all_categories <- get_categories()

#Get the information for actors
actors <- get_categories("actor")

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