R/logbook.R
logbook.Rd
This function will create a blank logbook that will be used to store observations with issues
logbook()
No input or argument is required for the function
An empty logbook from logbook
logbook
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() }