Description Usage Arguments Value Examples
Method for variable type coercion.
| 1 2 3 4 | Analyz.coerceType(object, variable, type)
## S4 method for signature 'Analyz'
Analyz.coerceType(object, variable, type)
 | 
| object | Object instance. | 
| variable | Variable to be coerced. | 
| type | Data type to coerce the informed variable. | 
result Coerced variable.
| 1 2 | obj <- new("Analyz")
v_numeric <- Analyz.coerceType(obj, '2', 'numeric')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.