write_session_info | R Documentation |
The function writes our R session info, with a time and date stamped into the filename. The function will overwrite previous files with updated timestamp.
write_session_info(out_file_prefix)
out_file_prefix |
File path, including a filename prefix if desired. |
None
## Not run:
out_file_prefix <- "code_out/dir/050_"
write_session_info(out_file_prefix)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.