listToDF: Convert parsed JSON responses to a tabular format.

Description Usage Arguments Value

View source: R/listToDF.R

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 moving those values to a separate table.

Usage

1
listToDF(response)

Arguments

response

list - the list object returned by the other xlm functions.

Value

one or more data.tables


xlm documentation built on Oct. 23, 2018, 1:04 a.m.