Skip to content

Commit

Permalink
About to play a bit with data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
alq666 committed Jan 29, 2015
1 parent ed44cf7 commit 6147570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
.Rproj.user
.Rhistory
.RData
packrat/lib*/
packrat/src/
1 change: 1 addition & 0 deletions worksheet.r
@@ -1,5 +1,6 @@
require(RCurl)
require(jsonlite)
require(data.table)

to_epoch <- function(t) {
return(as.POSIXct(t/1000, origin="1970-01-01"))
Expand Down

0 comments on commit 6147570

Please sign in to comment.