Skip to contents

Spending data

Usage

spendings

Format

A data frame.

Source

tidyplots package

Examples

dplyr::glimpse(spendings)
#> Rows: 19
#> Columns: 4
#> $ date     <date> 2023-10-01, 2023-10-01, 2023-10-01, 2023-10-02, 2023-10-03, …
#> $ title    <chr> "Groceries", "Gasoline", "Rent", "Electricity", "School Suppl…
#> $ amount   <dbl> 100, 40, 1200, 80, 75, 200, 60, 50, 90, 40, 150, 70, 110, 60,…
#> $ category <chr> "Food", "Transportation", "Housing", "Utilities", "Education"…