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
if (is.na(dateTimeAs)) stopf("dateTimeAs must be 'ISO','squash','epoch' or 'write.csv'")
27
-
if (!missing(logical01) &&!missing(logicalAsInt))
28
-
stopf("logicalAsInt has been renamed logical01. Use logical01 only, not both.")
29
-
if (!missing(logicalAsInt)) {
30
-
warningf("logicalAsInt has been renamed logical01 for consistency with fread. It works fine for now but please change to logical01 at your convenience so we can remove logicalAsInt in future.")
31
-
logical01=logicalAsInt
32
-
logicalAsInt=NULL
27
+
if (!is.null(logicalAsInt)) {
28
+
stopf("logicalAsInt has been renamed logical01 for consistency with fread.")
0 commit comments