| field | R Documentation |
Create a Field
field(name, type, metadata = NULL, nullable = TRUE)
name |
field name |
type |
logical type, instance of DataType |
metadata |
a named character vector or list to attach as field metadata.
All values will be coerced to |
nullable |
TRUE if field is nullable |
Field
field("x", int32())
field("x", int32(), metadata = list(key = "value"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.