A dictionary for converting Greek characters to Romanised names. It is
intended for use with the normalise_strings()
object.
Value
A dictionary for use with normalise_strings()
Examples
M <- normalise_strings(
search_column = "example",
output_column = "result",
dictionary = greek_dictionary
)