is_integer64: Test if value is datatype integer64

View source: R/Utils.R

is_integer64R Documentation

Test if value is datatype integer64

Description

integer64 can cause some problems in filtering functions, eg if timePoint is an integer64 datatype column, then timePoint %in% c(0L, 1440L) and timePoint == 0 | timePoint == 1440 return different subsets

Usage

is_integer64(x)

Arguments

x

a numeric value

Value

boolean with truth value determined by whether input is integer64

References

https://community.rstudio.com/t/how-to-handle-the-integer64-type/50024


BrentLab/brentlabRnaSeqTools documentation built on Aug. 20, 2023, 9:22 a.m.