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

View source: R/detect_wd.R

detect_wdR Documentation

this sets the workig directory automatically for joint projects

Description

this sets the workig directory automatically for joint projects

Usage

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

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


hhilbig/haschaR documentation built on Dec. 26, 2024, 5:40 a.m.