editLog: Edit Log

Description Usage Arguments Value

View source: R/editLog.R

Description

This function is used to edit the logFile created by the "createLog" function. This function is also used to write the log to the desired directory, note that you can "edit" and "write" the log simultaneously. The log should only be written once all of the columns are filled out.

Usage

1
editLog(col = "", val = "", write = F, logDir = getwd())

Arguments

col

The column in the logFile being edited.

val

The value being written into the logFile column being edited.

write

TRUE/FALSE for if the log should be written to the directory. It will append to any previous log it finds if the format matches.

logDir

The directory to which the log is written. Defaulted to working directory.

Value

If write = TRUE then the log is written to the desired directory, else nothing.


blazickjoe/DataScienceLibrary documentation built on Nov. 5, 2019, 2:26 p.m.