NCEAS / recordr

Provenance tracking for R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in overriden function for read.csv

gothub opened this issue · comments

When a 'recorded' script calls read.csv, the following error is printed:

 Error in file.exists(file) : invalid 'file' argument 

Properly handle the 'file' argument in the overridding function to read.csv() when file is
specified as a positional parameter and not as a named parameter. Fixed in commit 720fd1e