add_numeric_grade: add_numeric_grade

Description Usage Arguments Examples

View source: R/add_numeric_grade.R

Description

add_numeric_grade

Usage

1
add_numeric_grade(.data, grade, credits)

Arguments

.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

Examples

1
2
#df%>%
#add_numeric_grade(Final_Grade,Credit_hours)

patdkeller/instR documentation built on April 13, 2021, 12:47 p.m.