Nothing
## File Name: load_BIFIEdata_files_select_variables.R
## File Version: 0.03
load_BIFIEdata_files_select_variables <- function( dat, varnames )
{
if ( ! is.null(varnames) ){
dat <- dat[, varnames ]
}
return(dat)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.