check_book_progress: Show Book Progress on a Particular Day

Description Usage Arguments Details Value

View source: R/reading.R

Description

Shows book completion stats on a date specified by user.

Usage

1
check_book_progress(my_data, a_date = Sys.Date())

Arguments

my_data

a dataframe of book notes. Must include start and finish dates for reading attempts. No default.

a_date

a date or character object of the form 'day month year'. default today's date.

Details

Supplied with a dataframe of book notes and a date of interest, this will return the dataframe supplied to it with additional columns to show how long a read attempt has taken (and whether it has been completed or just set with an end date equal to the current system date).

Value

A data frame with one row per read attempt. Must include a numeric column 'item' with a unique entry per book. Default NULL.


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