initiateLog: Initiate analysis log

initiateLogR Documentation

Initiate analysis log

Description

Create analysis log data.frame template

Usage

initiateLog(module.name = "")

Arguments

module.name

Character specifying module name

Value

data.frame

See Also

addLogEntry

Examples


# intiate data log
df.log <- initiateLog("log name")

# add new entry to log
df.log <- addLogEntry("Query File (.Rdata)", (input.file), df.log, "input.file")


NMikolajewicz/scMiko documentation built on June 28, 2023, 1:41 p.m.