Nothing
## File Name: BIFIEsurvey_print_term_formula.R
## File Version: 0.02
BIFIEsurvey_print_term_formula <- function(formula)
{
res <- paste0( attr( stats::terms(formula), "term.labels" ), collapse=" " )
return(res)
}
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.