wine.csv

These data are a random sample of 90 wines scraped from WineEnthusiast during the week of June 15th, 2017. They were made available by Zack Thoutt on the Kaggle website.


The attributes included in the data are:


Preview

# Import data
library(tidyverse)
wine <- read_csv(file = "https://raw.githubusercontent.com/zief0002/epsy-5261/main/data/wine.csv")

References