interpret_operation_add_custom_column {rolap} | R Documentation |
Interpret operation
Description
operation, name, details, details2 "add_custom_column", name, as.character(list(definition))
Usage
interpret_operation_add_custom_column(ft, op, file, last_op)
Arguments
ft |
flat table |
op |
operation |
file |
file to write the code |
last_op |
A boolean, is the last operation? |
Details
f <- function(...) g <- as.character(list(f)) h <- eval(parse(text = g))
Value
A flat table.
[Package rolap version 2.5.2 Index]