# NOT RUN {
data(Events)
# }
# NOT RUN {
write.csv(Events, "events.csv", row.names=FALSE)
events = read_chronomodel("events.csv", decimal = ".", separator = ",")
# equivalent
events = read_chronomodel("events.csv")
rem <- read_chronomodel("http://tsdye.online/AP/cm/Chain_all_Events.csv")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab