Description Usage Arguments See Also Examples
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.
1 | get_software(item = NULL, ...)
|
item |
the name of the specific software; this can be found by looking at the
software data in the return from |
... |
further arguments to pass to httr's GET. |
get_hardware
and get_interviews
, for similar functionality
for hardware and full interviews.
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.