wizard <- function(name) {
list(
name = name
)
}
rename.columns <- wizard(
name = "Rename Columns"
)
wizard.list <- list(
rename.columns
)
names(wizard.list) <- sapply(wizard.list, "[[", "name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.