parse_format: Parse Arrow format strings

View source: R/format.R

parse_formatR Documentation

Parse Arrow format strings

Description

Parse Arrow format strings

Usage

parse_format(format)

Arguments

format

A format string.

Value

A list() with elements:

  • format: The input string

  • abbreviation: The short name of the type

  • spec: The parsing pattern for the type

  • description: The human-readable name of the type

  • args: A list() of key/value pairs of type arguments

Examples

parse_format("i")
parse_format("w:128")
parse_format("+ud:1,2,3")


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