# Can roll up a new character of the desired class from scratch
dndR::class_block(class = "wizard", score_method = "4d6")
# Or you can roll separately and then create a character with that dataframe
my_scores <- ability_scores(method = "4d6")
dndR::class_block(class = "fighter", scores_rolled = TRUE, scores_df = my_scores)
Run the code above in your browser using DataLab