from_narrow_array | R Documentation |
Note that from_narrow_array()
dispatches on ptype
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## Default S3 method:
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class ''NULL''
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'logical'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'integer'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'double'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'raw'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'character'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'factor'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
## S3 method for class 'data.frame'
from_narrow_array(x, ptype = narrow_default_ptype(x$schema), ...)
x |
An |
ptype |
An R object to use as a prototype |
... |
Passed to S3 methods |
An object with the same class as ptype
from_narrow_array(as_narrow_array(c(TRUE, FALSE, NA)), logical())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.