View source: R/sampleClustering.R
saveLogFile | R Documentation |
Save a log txt file at the end of the session, describing the different steps of the analyses.
saveLogFile(filename.txt, txt, dir)
filename.txt |
character vector specifying the path and the name of the txt file. |
txt |
character vector describing the different steps of the analyses. |
dir |
character vector specifying the directory where to save the txt file. |
saveLogFile saves a log txt file at the end of the session, describing the different steps of the analyses
log txt file.
logfile <- tempfile()
saveLogFile(basename(logfile), txt=rbind("Analysis date: ...", "Analysis duration: ..."),
dirname(logfile))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.