quantity_spec | R Documentation |
A list containing two data frames: fields
and tables
.
quantity_spec
An object of class list
of length 2.
tables
is a data frame with 13 rows and 5 variables:
The table name in the specification
The entity name in the specification
A snake_case version of table
Either submission or enum
Boolean whether the table is a list of scalars or a data table
fields
is a data frame with 71 rows and 9 variables:
The table name in the specification
The field name in the specification
A snake_case version of field
A database-safe version of field
SQL data type for the field
Boolean if the field is a primary key
Foreign key constraint table, if applicable
Foreign key constraint field, if applicable
Boolean if the field is optional or not
Other Data Specs:
flexfile_spec
,
maintrepair_spec
,
techdatareport_spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.