Skip to contents

A dictionary for converting Greek characters to Romanised names. It is intended for use with the normalise_strings() object.

Usage

.greek_dictionary

Format

An object of class list of length 48.

Value

A dictionary for use with normalise_strings()

Examples

M = normalise_strings(
    search_column ='example', 
    output_column = 'result',
    dictionary = .greek_dictionary
)