pio_list_to_df {previsionio}R Documentation

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.


[Package previsionio version 11.7.0 Index]