Created
February 2, 2019 10:23
-
-
Save gonzalezgouveia/37db6f935c3414d4c11cfcb754a329b9 to your computer and use it in GitHub Desktop.
read_csv
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
library(tidyverse) | |
path <- "path/to/data/winemag-data-130k-v2.csv" | |
winedata <- read_csv(file = path, col_names = TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment