openintro icon indicating copy to clipboard operation
openintro copied to clipboard

[Bug]: fastfood data has incorrect salad variable

Open VectorPosse opened this issue 1 year ago • 0 comments

Contact Details

[email protected]

Bug

The fastfood data set has a salad variable with all 515 values "Other". Looking at the item descriptions, it does appear that there are actual salads in the data set.

Reproducible Example

library(openintro) #> Loading required package: airports #> Loading required package: cherryblossom #> Loading required package: usdata table(fastfood$salad) #> #> Other #> 515

Expected Behavior

I expected to see some foods classified as salads and others, not.

Session Info

No response

Additional context

No response

VectorPosse avatar Aug 25 '22 00:08 VectorPosse