trackr_timepoint.RdLog a timepoint in the data processing chain.
trackr_timepoint( dataframe, trackr_dir = NULL, timepoint_message = NULL, log_data = TRUE, suppress_success = FALSE )
| dataframe | A data.frame, the data to be logged. | 
|---|---|
| trackr_dir | A string, path to store trackr log files. | 
| timepoint_message | A string (optional), a message to identify the timepoint - similar to a git commit message. | 
| log_data | A boolean (optional), output a full dataset log with each trackr file. Default is "TRUE" | 
| suppress_success | A boolean (optional), suppress success messages. Default is "FALSE". | 
A data.frame with an updated trackr_id column. Trackr log and data log files are written into the trackr_dir.