Description Usage Arguments Value
View source: R/trackr_timepoint.R
Log a timepoint in the data processing chain.
1 2 3 4 5 6 7 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.