Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


brewdata (version 0.4)

error_key: Common School Name Error Key

Description

The error_key dataset includes several regular expressions used to parse school names. This dataset is used to parse commonly mis-spelled terms (e.g. university). It also maps several specific department names into a standardized university name assigned to targets matching the search patterns. For example, any entry name that includes the term 'Booth' is mapped to the standardized name 'univ chicago'. This dataset supports brewdata's parseSchools helper function.

Usage

data("error_key")

Arguments

Format

The format is: chr [1:37, 1:2] "boston|bu " "carnegie|mellon|cmu" "fort collins" ... - attr(*, "dimnames")=List of 2 ..$ : NULL ..$ : chr [1:2] "regex" "corrected"

Examples

Run this code
data(error_key)

Run the code above in your browser using DataLab