# Roll ability scores using four d6 and dropping the lowest
dndR::ability_scores(method = "4d6")
# Roll using 3d6 and dropping nothing
dndR::ability_scores("3d6")
# Or if you're truly wild, just roll a d20 for each ability
dndR::ability_scores('d20')
Run the code above in your browser using DataLab