joshuaulrich/quantmod

Read intraday data with getSymbols.csv

Open

#52 geöffnet am 20. Apr. 2015

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)R (211 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (613 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently getSymbols.csv only handles date-based indexes (it calls as.Date on the first column in the csv file). It would be nice to be able to read intraday data from CSV.

The first step would be to allow the user to call a function other than as.Date on the first column of the CSV. Then it might be nice to support CSV layouts where the date and time are in different columns (e.g. this question stackoverflow).

Note that read.zoo might provide some useful insight how to handle both of these cases.

Contributor Guide