View source: R/preparation_functions.R
addLogEntry | R Documentation |
Add entry to analysis log
addLogEntry(entry.name, entry, df.log, entry.variable.name = "")
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. |
datalog data.frame
Nicholas Mikolajewicz
initiateLog
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.