Skip to content
Prev 4220 / 15274 Next

Package Quantmod: reading csv files

Anass,

getSymbols.csv() seems to expect the data to be in the format pulled
from Yahoo.  The dimnames error is because your data is missing the
"Adjusted" column.  It also seems to force the index to class "Date",
which will not allow intra-day data.

Here's a quick work-around until Jeff can comment:
Best,
Josh
--
http://www.fosstrading.com
On Thu, Jun 4, 2009 at 8:16 AM, anass <anass.mouhsine at gmail.com> wrote: