book_finish_rate: Show the number of books read and not-yet-finished on a give...

Description Usage Arguments Value

View source: R/reading.R

Description

Given a target date, returns a tibble which shows how many read-throughs of books were finished on before that date and how many were 'in progress' (i.e. unfinished) on that date.

Usage

1
book_finish_rate(target_date = Sys.Date(), my_notes = NULL)

Arguments

target_date

a date; default is Sys.Date()

my_notes

a dataframe of read attempts; default NULL

Value

a one-row tibble of two columns: the number of books finished on target_date, then the number unfinished on target_date.


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