maintrepair_spec | R Documentation |
A list containing two data frames: fields
and tables
.
maintrepair_spec
An object of class list
of length 2.
tables
is a data frame with 6 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 72 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 field is optional or required
Other Data Specs:
flexfile_spec
,
quantity_spec
,
techdatareport_spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.