addLogEntry: Add entry to analysis log

View source: R/preparation_functions.R

addLogEntryR Documentation

Add entry to analysis log

Description

Add entry to analysis log

Usage

addLogEntry(entry.name, entry, df.log, entry.variable.name = "")

Arguments

entry.name

name of entry. A character.

entry

entry.

df.log

existing analysis log to add entry to. A data.frame.

entry.variable.name

name of variable storing entry (optional). A character.

Value

datalog data.frame

Author(s)

Nicholas Mikolajewicz

See Also

initiateLog

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.