ensure {sparklyr} | R Documentation |
Enforce Specific Structure for R Objects
Description
These routines are useful when preparing to pass objects to a Spark routine, as it is often necessary to ensure certain parameters are scalar integers, or scalar doubles, and so on.
Arguments
object |
An R object. |
allow.na |
Are |
allow.null |
Are |
default |
If |
[Package sparklyr version 1.8.6 Index]