#' Fruit Consumption by country (Pivot_Data_Country)
#'
#' This data set contains countries and their fruit consumptions
#'
#' @format A data frame with 50 rows and 5 variables:
#' *{Country}{which country}
#' *{Code}{Country code}
#' *{FruitType}{Fruit Type}
#' *{Consumption}{Fruit consumption}
#' *{Fruit}{total fruit consumption by that country}
#' @examples
#' AvgComsumption <- mean(Pivot_Data_Country$Consumption)
#' @source \url{https://ourworldindata.org/grapher/fruit-consumption-per-capita}
#'
"Pivot_Data_Country"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.