inst/examples/example-handleSetStructure.R

# 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.