Reads time series or panel data from various file formats and prepares it for use with EmpiricalDynamics functions.
read_empirical_data(file, time_col = NULL, date_format = NULL, ...)A data.frame with time column converted to numeric if needed.
Path to the data file (CSV, RDS, or RData).
Name of the time/date column (auto-detected if NULL).
Date format string if time column is character.
Additional arguments passed to read.csv.