handleSetStructure.default: Handler for setting structure information

Description Usage Arguments Details Value Examples

Description

See generic: handleSetStructure Method for: ANY

Usage

1
2
## Default S3 method:
handleSetStructure(inst)

Arguments

inst

ANY.

Details

TODO

Value

Structure. Return value of getStructure.

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.