View source: R/epi_utils_log.R
epi_utils_log | R Documentation |
epi_utils_log() is a convenience function to log details of an R session.
epi_utils_log(output_prefix = NULL)
output_prefix |
File name as string, '_log.txt' is appended to a log file. Default is e.g. 'session_date_log.txt' eg 'session_2019-03-01_log.txt' |
Saves a log file to disk
Antonio J Berlanga-Taylor <\url{https://github.com/AntonioJBT/episcout}>
sessionInfo
,
epi_utils_session
.
## Not run:
x <- stats::runif(20)
y <- list(a = 1, b = TRUE, c = "oops")
# See objects to save:
ls()
objects_to_save <- c('x', 'y')
epi_utils_session(output_prefix = 'xy',
objects_to_save = objects_to_save
)
epi_utils_log('xy')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.