Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

flatten_tbl_df

Flatten list and convert to tibble


Description

This function is a convenience function to handle deeply nested records usually returned by parsed JSON or XML that need to be converted into a data frame where each record represents a row in the data frame.

Usage

flatten_tbl_df(x)

Arguments

x

list; a list to be extracted into a tbl_df.

Value

tbl_df parsed from the flattened list.

Note

This function is meant to be used internally. Only use when debugging.


salesforcer

An Implementation of 'Salesforce' APIs Using Tidy Principles

v0.2.2
MIT + file LICENSE
Authors
Steven M. Mortimer [aut, cre], Takekatsu Hiramura [ctb], Jennifer Bryan [ctb, cph], Joanna Zhao [ctb, cph]
Initial release
2020-09-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.