writeLogfile {cbpManager}R Documentation

Write a line to a logfile containing the date, time, username (from Shinyproxy), and the name of the modified file.

Description

Write a line to a logfile containing the date, time, username (from Shinyproxy), and the name of the modified file.

Usage

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


[Package cbpManager version 1.2.1 Index]