Skip to contents

This function will create a blank logbook that will be used to store observations with issues

Usage

logbook()

Arguments

NA

No input or argument is required for the function

Value

An empty logbook from logbook

Examples

logbook()
#> [1] uuid          question.name issue         feedback      action       
#> [6] old.value     new.value    
#> <0 rows> (or 0-length row.names)
if (FALSE) {
cleaning_log <- logbook()
}