View source: R/type_constrain.R
type_constrain | R Documentation |
Apply type constraints over observed type parameter values
type_constrain(paramvals, ...)
paramvals |
A list of type parameters and their observed values |
... |
Type constraint expressions, from which constraint functions can be produced. |
Returns NULL
, though this function is called primarily for its
side-effects of issueing errors when type constraint checking fails.
Other type-evaluation:
%is%()
,
type_check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.