Skip to content
Prev 381750 / 398502 Next

How to import and create time series data frames in an efficient way?

Thanks Bert. I also managed to get this work

files = list.files(pattern="*.txt")
df = ldply(files, read_csv,col_names=c("ticker","date","open","high",
"low", "close", "volume"))
Cheers,
Nathan
On Fri, Nov 15, 2019 at 3:45 PM Bert Gunter <bgunter.4567 at gmail.com> wrote: