powered by
Checks that data meets library requirements: proper Date column, at least one symbol, correct data types. Prints diagnostic info.
validate_data_format(data)
TRUE if valid, stops with error if not
Data frame to validate
data("sample_prices_weekly") # Check if data is properly formatted validate_data_format(sample_prices_weekly)
Run the code above in your browser using DataLab