Description Usage Arguments Details
View source: R/formula_to_type.R
This function makes it possible to write R type expressions concisely using a formula-based language.
1 |
x |
(formula) The formula to convert to a type expression. |
Literal types have the same names and capitalization as their S4 classes,
but with typesys:: excluded. So typesys::RInteger is just
written as RInteger. Type variables must be written in lower case.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.