Skip to content

Instantly share code, notes, and snippets.

@abelsonlive
Created September 8, 2012 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abelsonlive/3676221 to your computer and use it in GitHub Desktop.
Save abelsonlive/3676221 to your computer and use it in GitHub Desktop.
carto2R.R
path_to_file = "~/Desktop/Vizzuality-cartodb-r-05eb537/CartoDB_1.4.tar.gz"
install.packages(path_to_file, repos=NULL, type="source")
require("CartoDB")
account_name = "parks-datadive"
api_key = "[ON THE BOARD IN 517-F]"
cartodb(account_name, api_key)
cartodb.test()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment