R/functions.R
writeLogfile.RdWrite a line to a logfile containing the date, time, username (from Shinyproxy), and the name of the modified file.
writeLogfile(outdir, modified_file, log_filename = "cbpManager_logfile.txt")
| outdir | directory, where the logfile should be saved |
|---|---|
| modified_file | Name of the modified file |
| log_filename | Name of the logfile |
Nothing to return
cbpManager:::writeLogfile(tempdir(), "data_clinical_patient.txt")