Write a Dictionary (List) to a Text File
writeDictionary(dictionary, file)
Arguments
dictionary |
list of character vectors of length one defining key
= value pairs forming a dictionary. |
file |
full path to the file to which dictionary is to be written |
See also