Hmisc icon indicating copy to clipboard operation
Hmisc copied to clipboard

Error in mdb.get when passing argument datetimevars

Open nancyirisarri opened this issue 6 years ago • 1 comments
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

nancyirisarri avatar Jun 27 '19 14:06 nancyirisarri

I have the same problem

bramtayl avatar Feb 07 '20 16:02 bramtayl