sdc_log | R Documentation |
This function creates Stata-like log files from R Scripts. It can handle several files (in a character vector) at once.
sdc_log(r_script, destination, replace = FALSE, append = FALSE, local = FALSE)
r_script |
character Path of the R script to be run with logging. |
destination |
One of:
|
replace |
logical Indicates whether to replace an existing log file. |
append |
logical Indicates whether to append an existing log file. |
local |
One of:
|
character vector holding the path(s) of the written log file(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.