Skip to content

Instantly share code, notes, and snippets.

@gonzalezgouveia
Created February 2, 2019 10:23
Show Gist options
  • Save gonzalezgouveia/37db6f935c3414d4c11cfcb754a329b9 to your computer and use it in GitHub Desktop.
Save gonzalezgouveia/37db6f935c3414d4c11cfcb754a329b9 to your computer and use it in GitHub Desktop.
read_csv
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