costs | R Documentation |
The dataset consists of the production costs of the Junglivet Whisky Company from January 2015 to June 2022.
data(costs)
A data.frame with 90 rows and 5 variables:
Unique identifier of the production costs
Year of the costs entry
Month of the costs entry
Day of the month of the costs entry
Production costs in Euro of the Junglivet Whisky Company
data(costs)
library("ggplot2")
ggplot(costs, aes(x=YEAR, y=COSTS)) +
geom_bar(stat="identity")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.