rollDice: A dice roller for DnD

Description Usage Arguments Examples

Description

A dice roller for DnD

Usage

1
rollDice(dice, modifier = NULL)

Arguments

dice

A vector of dice values.

modifier

Optional modifier.

Examples

1
2
# Roll 2d10 + 7
rollDice(rep(10,2), 7)

bryandmartin/WSC documentation built on May 14, 2019, 3:06 a.m.