narrow_schema | R Documentation |
Create Arrow Schema objects
narrow_schema(
format,
name = "",
metadata = NULL,
flags = narrow_schema_flags(),
children = NULL,
dictionary = NULL
)
narrow_schema_flags(
dictionary_ordered = FALSE,
nullable = TRUE,
map_keys_sorted = FALSE
)
narrow_schema_deep_copy(schema)
as_narrow_schema(x, ...)
## S3 method for class 'narrow_schema'
as_narrow_schema(x, ...)
## S3 method for class 'character'
as_narrow_schema(x, ...)
narrow_schema_info(x, ..., recursive = FALSE)
format |
|
name |
An optional name |
metadata |
A named character vector of |
flags |
Flags to set on input (see |
children |
A |
dictionary |
An |
dictionary_ordered |
|
nullable |
|
map_keys_sorted |
|
schema |
A schema created with |
x |
An object to convert to an |
... |
Passed to S3 methods |
recursive |
Use |
An external pointer with class 'narrow_schema'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.