- Support Center
- Liberator API
- R Language
R: Get DataFrame from Liberator
get_dataframe <— function(res, muts_order_batches=TRUE)
The get_dataframe function takes a query result and returns a DataFrame.
Example get_dataframe
res = liberator::get_dataframe(liberator::query(symblols="APPL", name="daily_bars", as_of="2019-09-15", back_to=“2019-09-10"))
print(res)