vubiostat / redcapAPI

R interface to REDCap (http://www.project-redcap.org/)
15 stars 26 forks source link

exportFiles "dir" argument #342

Closed couthcommander closed 2 months ago

couthcommander commented 2 months ago

Documentation for exportFiles suggests the "dir" argument defaults to working directory:

character(1). A directory/folder to which the file will be saved. By default, the working directory is used.

Instead an error is generated:

Error in checkmate::assert_character(x = dir, len = 1, any.missing = FALSE,  : 
  argument "dir" is missing, with no default
spgarbet commented 2 months ago

Fix on main.