omegahat / RCurl

Other
29 stars 14 forks source link

Avoid partial argument match warning in mapUnicodeEscapes #39

Closed dernst closed 2 years ago

dernst commented 5 years ago

Avoid partial argument match warning

With options(warnPartialMatchArgs=TRUE) the function mapUnicodeEscapes produces a warning. This PR fixes this warning.

LiNk-NY commented 2 years ago

I am also experiencing this issue. Thank you Duncan! @duncantl Best, Marcel