Learn R Programming

stellaRbase (version 0.1.0)

listToDF: Convert parsed JSON responses to a tabular format.

Description

Takes a successful response containing multiple records and converts it into a table format. It works by flattening semi-structured lists into a table where it can. For example, if there are multiple signatures to a transaction then it will warn the user before converting those values into a delimited list.

Usage

listToDF(data)

Arguments

data

list

Value

data.table

Examples

Run this code
# NOT RUN {
txns = listToDF(stellaRbase::test_effects); summary(txns)
# }

Run the code above in your browser using DataLab