field | R Documentation |
Create a Field
field(name, type, metadata, nullable = TRUE)
name |
field name |
type |
logical type, instance of DataType |
metadata |
currently ignored |
nullable |
TRUE if field is nullable |
Field
field("x", int32())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.