narrow_array_data | R Documentation |
Create Arrow arrays
narrow_array_data(
buffers = NULL,
length = 0,
null_count = -1,
offset = 0,
children = NULL,
dictionary = NULL
)
narrow_array_data_info(x, ...)
as_narrow_array_data(x, ...)
## S3 method for class 'narrow_array_data'
as_narrow_array_data(x, ...)
as_narrow_buffer(x, ...)
## Default S3 method:
as_narrow_buffer(x, ...)
buffers |
A |
length |
The logical size of the array |
null_count |
The number of NULL values or -1 if this hasn't been computed yet. |
offset |
The number of elements to skip at the front of the array. |
children |
Child vectors as a |
dictionary |
Dictionary array for dictionary types. |
x |
An object to convert to an narrow_array |
... |
Passed to S3 Methods |
An object of class "narrow_array_data"
narrow_array_data(1:100, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.