NCEAS / recordr

Provenance tracking for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capture R commands entered between startRecord() and endRecord()

gothub opened this issue · comments

A user can record the execution of a script, or commands typed at the R console. If they are doing
the later, record these commands into a file and treat this as the script that was executed, i.e. send it to DataONE when the package for this run is uploaded to DataONE.

Implemented in commit 9a8a16e