Skip to content

Commit

Permalink
adding the source for the fast food data
Browse files Browse the repository at this point in the history
  • Loading branch information
hardin47 committed Oct 25, 2023
1 parent 305cc9e commit b6dc90f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/data-fastfood.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#' Nutrition in fast food
#'
#' Nutrition amounts in 515 fast food items.
#' Nutrition amounts in 515 fast food items. The author of the data
#' scraped only entrees (not sides, drinks, desserts, etc.).
#'
#' @name fastfood
#' @docType data
Expand All @@ -24,6 +25,7 @@
#' \item{calcium}{Calcium}
#' \item{salad}{Salad or not}
#' }
#' @source The original source is [fastfoodnutrition.com](fastfoodnutrition.com). Retrieved from [Tidy Tuesday Fast food entree data](https://github.com/rfordatascience/tidytuesday/tree/master/data/2018/2018-09-04).
#' @keywords datasets
#'
"fastfood"

0 comments on commit b6dc90f

Please sign in to comment.