get_software: get The Setup's software data

Description Usage Arguments See Also Examples

Description

retrieves either the metadata about software entries on The Setup, or the data to do with a particular piece of software, depending on the provided input.

Usage

1

Arguments

item

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

...

further arguments to pass to httr's GET.

See Also

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

Examples

1
2
3
4
5
6
#Get ALL the metadata!
all_software <- get_software()

#Find out who is using photoshop (after that we should find out who switched it out for
#GIMP, and try to work out what the heck is wrong with them.)
photoshop_data <- get_software("photoshop")

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