detect_wd | R Documentation |
this sets the workig directory automatically for joint projects
detect_wd(
wd_h = "",
wd_h2 = "",
wd_alt = "",
user_name = "Hanno",
user_name2 = "hah235"
)
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() |
this function does not return anything
detect_wd(wd_h = "C:/Users/Hanno/Dropbox/",
wd_alt = "C:/Users/Hanno/",
user_name = "Hanno")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.