Description Usage Arguments Examples
View source: R/add_numeric_grade.R
add_numeric_grade
1 | add_numeric_grade(.data, grade, credits)
|
.data |
your data |
grade |
the name of the column housing the letter grades you want to convert |
credits |
the column housing the number of credits the course is worth |
1 2 | #df%>%
#add_numeric_grade(Final_Grade,Credit_hours)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.