Description Usage Arguments Value Author(s) See Also
gpa_round
enhances the base R round
function to allow directionality
in rounding GPA' fields, e.g. GRAD_GPA
, allowing for conventional
rounding, rounding up, rounding down, and to which decimal place.
1 | gpa_round(gpa, digits = 1, direction = "none")
|
gpa |
A scalar or vector of length n and class numeric containing one or more GPA values. |
digits |
A single numeric value indicating quantity of decimal places to
round. E.g. |
direction |
A single string, in quotations, indicating directionality.
Possible values include |
A scalar or vector of GPA values of class numeric containing per the given parameters. Missing values are preserved.
Jamison R. Crawford, Institutional Research Associate, Georgia State University
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.