View source: R/data_adapters.R
| validate_data_format | R Documentation |
Checks that data meets library requirements: proper Date column, at least one symbol, correct data types. Prints diagnostic info.
validate_data_format(data)
data |
Data frame to validate |
TRUE if valid, stops with error if not
data("sample_prices_weekly")
# Check if data is properly formatted
validate_data_format(sample_prices_weekly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.