| Boolean | R Documentation |
A boolean field
staypuft::FieldABC -> staypuft::Field -> Boolean
new()Create a new Boolean object
Boolean$new(..., truthy = NULL, falsy = NULL)
truthyValues that will (de)serialize to TRUE. If an
empty set, any non-falsy value will deserialize to TRUE. If NULL,
xx will be used.
falsyValues that will (de)serialize to FALSE. If NULL,
xx will be used.
serialize_()Boolean$serialize_(value, attr = NULL, obj = NULL)
deserialize_()Boolean$deserialize_(value, attr = NULL, data = NULL)
clone()The objects of this class are cloneable with this method.
Boolean$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.