Skip to contents

Turns item codes into labels by looking up provided dictionary and applies them as facet labels.

Usage

schola_labeller(dict, width = 80)

Arguments

dict

code-label dictionary as named character vector, see dict_from_data()

width

maximal string length per line, if NULL, this is off

Value

object of class labeller, to be used in facet_*

ggplot2

functions.