Description Usage Arguments Value
Create a new tracker file, the starting point of a data log history.
1 2 3 4 5 6 7 | trackr_new(
dataframe,
trackr_dir = NULL,
timepoint_message = NULL,
log_data = TRUE,
suppress_success = FALSE
)
|
dataframe |
A data.frame, the dataset 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 a trackr_id column added. 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.