powered by
dimension_rename(x, old, `new`, `eval`=FALSE)
scidb
scidbdf
attribute_rename
cast
x <- as.scidb(iris) y <- dimension_rename(x, "row", "i") str(y)
Run the code above in your browser using DataLab