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