Write 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")

Arguments

outdir

directory, where the logfile should be saved

modified_file

Name of the modified file

log_filename

Name of the logfile

Value

Nothing to return

Examples

cbpManager:::writeLogfile(tempdir(), "data_clinical_patient.txt")