Displaying 1 result from an estimated 1 matches for "notherwise".
Did you mean:
otherwise
1998 Mar 13
0
R-beta: modified "help.start()"
...null(remote)) {
url <- "$RHOME/html/index.html"
}
else {
url <- paste(remote, "/html/index.html", sep = "")
}
cat("If", browser, " is already running,\tit is *not* restarted,\n",
"and you must switch to its window.\nOtherwise, be patient..\n")
system(paste(browser, " -remote \"openURL(", url, ")\" 2>/dev/null || ",
browser, " ", url, " &", sep = ""))
}
Then make an appropriate link from $RHOME into your web servers /htdocs tree an...