- 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="AAPL", name="daily_bars", as_of="2025-01-01", back_to=“2024-12-01"))
print(res)