narrow_array: Create arrow vectors

View source: R/array.R

narrow_arrayR Documentation

Create arrow vectors

Description

Create arrow vectors

Usage

narrow_array(
  schema = narrow_schema("n"),
  array_data = narrow_array_data(),
  validate = TRUE
)

narrow_array_validate(x)

as_narrow_array(x, ...)

## S3 method for class 'narrow_array'
as_narrow_array(x, ...)

Arguments

schema

An narrow_schema()

array_data

An narrow_array_data()

validate

Use FALSE to skip validation

x

An object to convert to an narrow_array()

...

Passed to S3 methods

Value

An object of class "narrow_array"

Examples

narrow_array()


paleolimbot/arrowvctrs documentation built on Oct. 12, 2023, 7 a.m.