Description Usage Arguments Value Examples
Identifies columns by regular expression
1 | get_prop_df(df, assess_RE, total_row)
|
df |
data frame of marks |
assess_RE |
regular expression to choose columns |
data frame with proportions
1 2 3 4 5 6 | library(examMarking)
data("SMI_2018_marks")
SMI_2018_marks <-
SMI_2018_marks %>% clean_marks_df("^A")
SMI_2018_marks
SMI_2018_marks %>% get_prop_df("^A", 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.