FeatureResults | R Documentation |
Feature results class
Feature results class
Definition for the FeatureResults
class.
id
character
value.
feature
Feature object.
status
logical
value.
current
numeric
value.
goal
numeric
value.
held
numeric
value.
new()
Create a new FeatureResults
object.
FeatureResults$new(id, feature, held)
id
character
value.
feature
Feature value.
held
character
value.
A new FeatureResults
object.
print()
Print the object.
FeatureResults$print(...)
...
not used.
repr()
Generate a character
summarizing the representation of the object.
FeatureResults$repr(start = "[", end = "]")
start
character
symbol used to start the setting list.
Defaults to "["
.
end
character
symbol used to start the setting list.
Defaults to "]"
.
character
value.
clone()
The objects of this class are cloneable with this method.
FeatureResults$clone(deep = FALSE)
deep
Whether to make a deep clone.
new_feature_results()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.