harrelfe / Hmisc

Harrell Miscellaneous
Other
205 stars 81 forks source link

Error in mdb.get when passing argument datetimevars #114

Open nancyirisarri opened 5 years ago

nancyirisarri commented 5 years ago

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

bramtayl commented 4 years ago

I have the same problem