Quandl("CHRIS/CME_CL1", trim_start=Sys.Date()-15, trim_end=Sys.Date()-10, collapse="daily")
Error in match.arg(collapse) :
'arg' should be one of “”, “weekly”, “monthly”, “quarterly”, “annual”
Any ideas why that wont work? I copied straight from website too..