schema_doc() parses a schema DSL list into a schemate schema document
object.
Usage
schema_doc(x, path = NULL)
Value
A schemate schema document object.
Arguments
x
A schema DSL list or an existing schemate schema document.
path
Optional source path stored as runtime metadata.
Details
Normal users usually create schema documents with schema_infer(),
schema_read(), or the edit helpers. Use schema_doc() when you are
hand-authoring a schema as an R list.