View source: R/e_convert_units_ALL.R
e_convert_Grade_to_GPA | R Documentation |
Using UNM standard: https://unm-student.custhelp.com/app/answers/detail/a_id/3461
e_convert_Grade_to_GPA(Grade)
Grade |
character string letter grades with trailing + or -: "F", "D-", "D", "D+", ..., "A-", "A", "A+" |
GPA numeric from F = 0 to A+ = 4.33, NA if not a letter grade
e_convert_Grade_to_GPA(
Grade =
c("A+", "A", "A-"
, "B+", "B", "B-"
, "C+", "C", "C-"
, "D+", "D", "D-"
, "F"
, NA, 0, "hello"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.