parse_format | R Documentation |
Parse Arrow format strings
parse_format(format)
format |
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
parse_format("i")
parse_format("w:128")
parse_format("+ud:1,2,3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.