list_to_df: Translate (possibly nested) Teachboost List into a dataframe

Description Usage Arguments Value

View source: R/utils.R

Description

This simply takes a list constructed from extract_content and create's a data frame (of the tibble variety). It will attempt to to keep simplify the data frame as much as possible, but not too much. It tries to keep nested lists in a nested format.

Usage

1
list_to_df(.data)

Arguments

.data

a list returned from extract_content

Value

a single row data frame


kippchicago/teachboostr documentation built on May 20, 2019, 10:23 a.m.