powered by
Convert a list returned from APIs to a dataframe. Only working for consistent list (same naming and number of columns).
pio_list_to_df(list)
named list comming from an API call.
data.frame - cast a consistent list to a data.frame.