You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The map* and pmap functions exhibit different behavior when it comes to POSIXct inputs. map* preserves the POSIXct class, but pmap converts them to numeric, which messes up functions like strftime.
The
map*
andpmap
functions exhibit different behavior when it comes toPOSIXct
inputs.map*
preserves thePOSIXct
class, butpmap
converts them to numeric, which messes up functions likestrftime
.The text was updated successfully, but these errors were encountered: