initiateLog | R Documentation |
Create analysis log data.frame template
initiateLog(module.name = "")
module.name |
Character specifying module name |
data.frame
addLogEntry
# 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.