powered by
Simple adapter for when users provide their own data frame. Ensures proper Date formatting and sorting.
manual_adapter(data, date_col = "Date")
Standardized data.table
User-provided data frame
Name of date column (default: "Date")
# Use your own data frame data("sample_prices_weekly") my_prices <- manual_adapter(sample_prices_weekly)
Run the code above in your browser using DataLab