Description Usage Arguments Value References
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
1 | is_integer64(x)
|
x |
a numeric value |
boolean with truth value determined by whether input is integer64
https://community.rstudio.com/t/how-to-handle-the-integer64-type/50024
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.