lf <-
function(varname,data=.data){
# Tim kiem trong ten cua bien so
namesdata<-names(data)
namelist<-namesdata[grep(varname,namesdata)]
describe(data[,namelist])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.