infer_nanoarrow_ptype_extension | R Documentation |
Implement Arrow extension types
infer_nanoarrow_ptype_extension(
extension_spec,
x,
...,
warn_unregistered = TRUE
)
convert_array_extension(
extension_spec,
array,
to,
...,
warn_unregistered = TRUE
)
as_nanoarrow_array_extension(extension_spec, x, ..., schema = NULL)
extension_spec |
An extension specification inheriting from 'nanoarrow_extension_spec'. |
x , array , to , schema , ... |
Passed from |
warn_unregistered |
Use |
infer_nanoarrow_ptype_extension()
: The R vector prototype to be used
as the default conversion target.
convert_array_extension()
: An R vector of type to
.
as_nanoarrow_array_extension()
: A nanoarrow_array
of type schema
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.