Description Usage Arguments Details Value Examples
Designed for usage with implementations of the
IDataFormat
interface and method
IDataFormat$setStructure
1 | handleSetStructure(inst, ...)
|
inst |
A class instance. |
TODO
See respective methods.
1 2 3 4 5 6 7 8 9 | # handleSetStructure.default ----------------------------------------------
data <- data.frame(a = 1, b = 2, c = 3)
handleSetStructure(data)
# handleSetStructure.Structure --------------------------------------------
struc <- getStructure(data)
handleSetStructure(struc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.