col_info | R Documentation |
Collects column information for backend.
Currently, this includes:
storage type
levels (factor / ordered), but not for the primary key column
col_info(x, ...)
## S3 method for class 'data.table'
col_info(x, primary_key = character(), ...)
## S3 method for class 'DataBackend'
col_info(x, ...)
x |
(any) |
... |
(any) |
primary_key |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.