dict_location {Onassis}R Documentation

dict_location

Description

A method to get and set the location of CMdictionary

Usage

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

Arguments

.Object

An instance of class CMdictionary

value

the path of the new dictionary

Value

the path of the dictionary in the file system

Examples

dictionary <- new('CMdictionary')
loc <- dict_location(dictionary)
dictionary <- new('CMdictionary')
dict_location(dictionary) <- getwd()

[Package Onassis version 1.15.0 Index]