Skip to content

Instantly share code, notes, and snippets.

@josephdunn
Created August 3, 2011 17:42
Show Gist options
  • Save josephdunn/1123260 to your computer and use it in GitHub Desktop.
Save josephdunn/1123260 to your computer and use it in GitHub Desktop.
data <- read.table('TrAEX.xls', header=TRUE, sep='\t', skip=5, stringsAsFactors=FALSE)
data.xts <- xts(data$Quote, order.by=as.POSIXlt(data$Date...time, format='%H:%M:%S'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment