Return operating system independent 'env root' directory

get_env_dir(
  which_dir = NULL,
  linux_default = "/projects",
  windows_default = "H:"
)

Arguments

which_dir

Character. Optional folder path below 'env root' directory

linux_default

Character. If linux, where is 'env root'

windows_default

Character. If windows, where is 'env root'

Value

Directory path ("fs_path", "character")