detect_wd: this sets the workig directory automatically for joint...

Description Usage Arguments Value Examples

View source: R/detect_wd.R

Description

this sets the workig directory automatically for joint projects

Usage

1
2
detect_wd(wd_h = "", wd_h2 = "", wd_alt = "", user_name = "Hanno",
  user_name2 = "hah235")

Arguments

wd_h

my working directory

wd_h2

my other directory

wd_alt

alternative working directory

user_name

name of the OS user as returned by sys.Info()

user_name2

name of the OS user as returned by sys.Info()

Value

this function does not return anything

Examples

1
2
3
detect_wd(wd_h = "C:/Users/Hanno/Dropbox/",
          wd_alt = "C:/Users/Hanno/",
          user_name = "Hanno")

hhilbig/hannostuff2 documentation built on Oct. 28, 2019, 8:47 p.m.