dict_location: 'dict_location'

Description Usage Arguments Value Examples

Description

A method to get and set the location of CMdictionary

Usage

1
2
3
4
5
6
7
8
9
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

1
2
3
4
dictionary <- new('CMdictionary')
loc <- dict_location(dictionary)
dictionary <- new('CMdictionary')
dict_location(dictionary) <- getwd()

eugeniaeueu/Onassis documentation built on March 9, 2020, 8:17 a.m.