Learn R Programming

previsionio (version 11.7.0)

pio_list_to_df: Convert a list returned from APIs to a dataframe. Only working for consistent list (same naming and number of columns).

Description

Convert a list returned from APIs to a dataframe. Only working for consistent list (same naming and number of columns).

Usage

pio_list_to_df(list)

Arguments

list

named list comming from an API call.

Value

data.frame - cast a consistent list to a data.frame.