book_finish_ratios: find the number of finished and unfinished book reads over...

Description Usage Arguments

View source: R/reading.R

Description

Based on the start and finish dates in a book notes data frame, returns a new data frame showing the number of books finished by each date and the number of books still mid-read on each date.

Usage

1
2
3
4
5
book_finish_ratios(
  start_date = (Sys.Date() - 7),
  end_date = Sys.Date(),
  my_notes = NULL
)

Arguments

start_date

a date or a string that can be parsed by lubridate's 'dmy()'. Default Sys.Date() - 7.

end_date

a date or a string that can be parsed by lubridate's 'dmy()'. Default Sys.Date().

my_notes

a book notes dataframe; default NULL


AGDunn/nehnar documentation built on Feb. 8, 2022, 7:17 a.m.