NCEAS / recordr

Provenance tracking for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow naming of console log

gothub opened this issue · comments

When a user invokes startRecord() to record the R commands typed at the console, the commands are written to console.log when endRecord() is called. This file is uploaded with
publishRun() and also appears in lineage trace graphs.

The log=<some name> parameter to startRecord() will allow the user to specify a name
for the command log file.

Added in commit ecbf594