Closed dernst closed 2 years ago
Avoid partial argument match warning
With options(warnPartialMatchArgs=TRUE) the function mapUnicodeEscapes produces a warning. This PR fixes this warning.
options(warnPartialMatchArgs=TRUE)
mapUnicodeEscapes
I am also experiencing this issue. Thank you Duncan! @duncantl Best, Marcel
Avoid partial argument match warning
With
options(warnPartialMatchArgs=TRUE)
the functionmapUnicodeEscapes
produces a warning. This PR fixes this warning.