force_dice | R Documentation |
The forced result is returned as a tibble.
force_dice(data = NULL, result = 6, round = 1, experiment = 1, success = 6)
data |
Data from a previous experiment |
result |
Vector of rolling dice results |
round |
Round of rolling dice |
experiment |
Experiment Number |
success |
Which result is a success (default = 6) |
Result of experiment as a tibble
force_dice(6) force_dice(1:6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.