minimumPK | R Documentation |
Find the minimum fields which make a valid Primary Key
minimumPK(
x,
fieldOrder = character(),
excludeFields = character(),
maxFields = ncol(x),
minFieldSet = character()
)
x |
a |
fieldOrder |
a character vector with the sorted preferences in the fields part of the PK. |
excludeFields |
columns which will be excluded from the potential primary key. Can be the index or the column names. |
maxFields |
maximum number of fields in th primary key. |
minFieldSet |
columns that will be forced to be included in the primary key. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.