DataTypes | R Documentation |
Throw error when failed to convert object
float()
set numeric type
DataTypes$float(x)
x
(object): R object to be converted
str()
set character type
DataTypes$str(x)
x
(object): R object to be converted
int()
set integer type
DataTypes$int(x)
x
(object): R object to be converted
bool()
set boolean type
DataTypes$bool(x)
x
(object): R object to be converted
clone()
The objects of this class are cloneable with this method.
DataTypes$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.