costs: Dataset with the Junglivet production costs

costsR Documentation

Dataset with the Junglivet production costs

Description

The dataset consists of the production costs of the Junglivet Whisky Company from January 2015 to June 2022.

Usage

data(costs)

Format

A data.frame with 90 rows and 5 variables:

ID

Unique identifier of the production costs

YEAR

Year of the costs entry

MONTH

Month of the costs entry

DAY

Day of the month of the costs entry

COSTS

Production costs in Euro of the Junglivet Whisky Company

Examples

data(costs)

library("ggplot2")
ggplot(costs, aes(x=YEAR, y=COSTS)) +
geom_bar(stat="identity")


dominikjung42/dstools documentation built on June 16, 2024, 2:40 a.m.