Last active
March 16, 2017 14:44
-
-
Save andrewbtran/09aa0a3514bcb30c2872b1ad10148ff2 to your computer and use it in GitHub Desktop.
bring in starbucks data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sb <- read.csv("https://docs.google.com/spreadsheets/d/1gH6eUQVQsEmFagy0qzQDEuwb3cutMWaddCLc7ESbzjc/pub?gid=294374511&single=true&output=csv", stringsAsFactors=F) | |
View(sb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment