integer_logic | R Documentation |
Perform a logical reduction on a numeric values and return the result as an integer.
intor(x)
pintand(x, y)
x , y |
Vectors of numeric values to be interpreted as logical values |
So far we've only implemented the combinations (vector/parallel x and/or) that are actually used in package functions.
intor()
: Vector integer or
pintand()
: Parallel integer and
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.