no_specials | R Documentation |
Drop 'specials' from a formula
no_specials(term, specials = c("|", "||", "s"))
term |
a term or formula or list thereof |
specials |
function types to drop |
a call
or language
object (or list) with specials removed
no_specials(findbars_x(~ 1 + s(x) + (f|g) + diag(x|y)))
no_specials(~us(f|g))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.