stylo_log | R Documentation |
stylo
.Log a reproducible stylometric analysis from stylo
.
stylo_log(stylo_object, log_label = NULL, add_dir_date = FALSE)
stylo_object |
An object created from running
|
log_label |
A label added to the directory holding data for replication. Default value is "stylo_log". |
add_dir_date |
Add the current date to the
log_label. Default value is |
stylo_log()
will add directories and files in the
working directory to cache parameters.
## Not run:
my_data <- stylo()
my_data %>% stylo_log()
# Pipe directly
stylo() |> stylo_log()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.