Skip to content

Instantly share code, notes, and snippets.

@jankowtf
Created July 26, 2013 13:35
Show Gist options
  • Save jankowtf/6088894 to your computer and use it in GitHub Desktop.
Save jankowtf/6088894 to your computer and use it in GitHub Desktop.
Rhackathon
@jankowtf
Copy link
Author

format="%Y-%m-%dT%H:%M:%S+00:00"
as.POSIXlt(x, format=format)

@jankowtf
Copy link
Author

Read //
dat <- read.csv2(fpath.data, sep=",", fileEncoding="utf-8", header=TRUE,
stringsAsFactors=FALSE)

@jankowtf
Copy link
Author

Packages //
pkgs <- c(
"ggmap",
"googleVis",
"maps",
"mapplots",
"plotGoogleMaps",
"osmar",
"rCarto",
"RgoogleMaps"
)
sapply(pkgs, install.packages)
sapply(pkgs, require)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment