| dict_location {Onassis} | R Documentation |
dict_locationA method to get and set the location of CMdictionary
dict_location(.Object) dict_location(.Object) <- value ## S4 method for signature 'CMdictionary' dict_location(.Object) ## S4 replacement method for signature 'CMdictionary' dict_location(.Object) <- value
.Object |
An instance of class CMdictionary |
value |
the path of the new dictionary |
the path of the dictionary in the file system
dictionary <- new('CMdictionary')
loc <- dict_location(dictionary)
dictionary <- new('CMdictionary')
dict_location(dictionary) <- getwd()