synCreateColumn | R Documentation |
This is redundant with synStore(Column(...)) and will be removed.
synCreateColumn(name, columnType, maximumSize=NULL, defaultValue=NULL, enumValues=NULL)
name |
Column name |
columnType |
Column type |
maximumSize |
maximum length of values (only used when columnType is STRING) |
defaultValue |
default values (otherwise defaults to NULL) |
enumValues |
permitted values |
An object of type Column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.