get_list: Retrieves the contents of a named list from list.design

Description Usage Arguments Value Examples

Description

Retrieves the contents of a named list from list.design

Usage

1
get_list(stuff, json = FALSE)

Arguments

stuff

name of the list you'd like to retrieve

json

Set as TRUE if you want unparsed JSON

Value

data.frame

Examples

1
2
library(magrittr)
stuff() %>% .[[1]] %>% get_list()

karthik/rthings documentation built on May 5, 2019, 5:53 p.m.