handleSetStructure: Handler for setting structure information

Description Usage Arguments Details Value Examples

Description

Designed for usage with implementations of the IDataFormat interface and method IDataFormat$setStructure

Usage

1

Arguments

inst

A class instance.

Details

TODO

Value

See respective methods.

Examples

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)

rappster/dataconr documentation built on May 26, 2019, 11:14 p.m.