category_table: Format Category Table

Description Usage Arguments Value Examples

Description

category_table returns a latex-formatted table from an existing 1-row dataframe (ind_fb) with specified evaluation categories (eval) and category lables (cats).

Usage

1
category_table(ind_fb, eval, cats)

Arguments

ind_fb

1-row data frame of assignment evaluations

eval

data frame of evaluation labels (q) and descriptions (Category)

cats

list of labels to map onto evaluations

Value

A latex-formatted table

Examples

1
2
3
4
5
6
marking_example$marks %>% 
  slice(1) %>% 
  category_table(
    marking_example$eval, 
    c("Excellent", "Good", "Poor")
  )

debruine/markr documentation built on May 20, 2019, 5:57 p.m.