Skip to contents

This dictionary removes racemic properties from molecule names. It is intended for use with the normalise_strings() object.

Usage

.racemic_dictionary

Format

An object of class list of length 5.

Value

A dictionary for use with normalise_strings()

Examples

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