sandwiches.csv

DATA CODEBOOK

The data in sandwiches.csv includes nutrition information for \(n=40\) sandwiches. The 40 sandwiches were randomly sampled from all sandwiches available from the Erbert & Gerbert’s, Firehouse, Jimmy Johns, Potbelly, Subway, and Quiznos menus (as of August 28, 2023). All nutrition information was computed for a six inch sandwich. The attributes are:


Preview

Code
# Import Data
sandwiches = readr::read_csv(file = "https://raw.githubusercontent.com/zief0002/barbieland/main/data/sandwiches.csv")

# View data
sandwiches