Hmisc
Hmisc copied to clipboard
Error in mdb.get when passing argument datetimevars
trafficstars
Hello,
When calling mdb.get and passing the datetimevars argument, we get the following error:
Error in csv.get(f, datetimevars = datetime, lowernames = lowernames, : formal argument “datetimevars” matched by multiple actual arguments
I believe this happens because of use of the ellipsis in both the call to mdb.get and in the call to csv.get, combined with passing the datetimevars argument in the call to csv.get.
Are we making a mistake on the call to mdb.get or can we expect a solution if this is a bug?
Best regards,
Nancy
I have the same problem