flexfile_spec | R Documentation |
A list containing two data frames: fields
and tables
.
flexfile_spec
An object of class list
of length 2.
tables
is a data frame with 29 rows and 7 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
The "part" in the 3-Part Template
The table name in the 3-Part Template
fields
is a data frame with 171 rows and 10 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
The field name in the 3-Part Template
Other Data Specs:
maintrepair_spec
,
quantity_spec
,
techdatareport_spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.