schemas_create | R Documentation |
Creates a schema
schemas_create( name, type = c("AVRO", "PROTOCOL_BUFFER", "TYPE_UNSPECIFIED"), definition, project = ps_project_get() )
name |
|
type |
|
definition |
|
project |
|
a Schema
object
Other Schema functions:
schemas_delete()
,
schemas_exists()
,
schemas_get()
,
schemas_list()
,
schemas_validate_message()
,
schemas_validate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.