View source: R/update_according_to.R
interpret_operation_add_custom_column | R Documentation |
operation, name, details, details2 "add_custom_column", name, as.character(list(definition))
interpret_operation_add_custom_column(ft, op, file, last_op)
ft |
flat table |
op |
operation |
file |
file to write the code |
last_op |
A boolean, is the last operation? |
f <- function(...) g <- as.character(list(f)) h <- eval(parse(text = g))
A flat table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.