R/poissonMTwd.R

Defines functions poissonMTsetwd poissonMTgetwd

Documented in poissonMTgetwd poissonMTsetwd

#############################################################
#	poissonMTsetwd, poissonMTgetwd functions
#	Author: C. Agostinelli, M. Valdora and V.J. Yohai
#	Maintainer e-mail: claudio.agostinelli@unitn.it
#	Date: 18 October 2018
#	Version: 0.1
#	Copyright (C) 2018 C. Agostinelli M. Valdora and V.J. Yohai
#############################################################

poissonMTsetwd <- function(path) {
  options("poissonMT:wd" = path)
}

poissonMTgetwd <- function() {
  getOption("poissonMT:wd", NULL)
}

Try the poissonMT package in your browser

Any scripts or data that you put into this service are public.

poissonMT documentation built on May 2, 2019, 11:01 a.m.