# Load consolidated M1 list
data(m1)
# m1 <- loadfulldata(m1)
# List available frequency keys
names(m1)
# Plot one series from a frequency bucket
series <- m1$monthly[[1]]
ts.plot(series, main = "M1 monthly series")
Run the code above in your browser using DataLab