clean_marks_df: Takes a data frame of marks and regular expression and...

Description Usage Arguments Value Examples

View source: R/clean_marks.R

Description

Takes a data frame of marks and regular expression and converts the columns whose names match regular expression

Usage

1
clean_marks_df(df, assess_RE)

Arguments

df

data frame of marks

RE

regular expression used to identify the columns

Value

data frame with exemptions converted to value.

Examples

1
2
3
4
5
library(examMarking)
library(examMarking)
data("SMI_2018_marks")
SMI_2018_marks
clean_marks_df(SMI_2018_marks, "^A")

jonotuke/examMarking documentation built on Nov. 26, 2019, 3:48 p.m.