save_sessioninfo {EDCimport} | R Documentation |
Save sessionInfo()
output
Description
Save sessionInfo()
output into a text file.
Usage
save_sessioninfo(path = "check/session_info.txt", with_date = TRUE)
Arguments
path |
target path to write the file |
with_date |
whether to insert the date before the file extension |
Value
nothing
Examples
## Not run:
save_sessioninfo()
## End(Not run)
[Package EDCimport version 0.6.0 Index]