#removeColumn
#
#
removeColumn<-function(dataFile,...) {
t <-jsonlite::fromJSON(...)
df = dataFile[,!names(dataFile) %in% dput(as.character(t))]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.