Description Usage Arguments See Also Examples
Takes an R object or literal and returns a matching SQLtype used when creating Kinetica DB table value to store it
1 2 | ## S4 method for signature 'KineticaDriver'
dbDataType(dbObj, obj, ...)
|
dbObj |
KineticaDriver object |
obj |
any data object or literal |
... |
Other arguments omitted in generic signature |
Other KineticaDriver methods: dbCanConnect,KineticaDriver-method
,
dbConnect,KineticaDriver-method
,
dbGetInfo
, dbIsValid
,
dbListConnections,KineticaDriver-method
,
dbUnloadDriver,KineticaDriver-method
,
show,KineticaDriver-method
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.