Skip to content

Commit ff9421b

Browse files
committed
#14 Documentation
1 parent 69a11e5 commit ff9421b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

R/datashield.login.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
#' myvar <- list("LAB_TSC")
6666
#' connections <- datashield.login(logins=logindata, assign=TRUE, variables=myvar)
6767
#'
68+
#' # Example 4: ignore with a warning message servers for which connection cannot be established
69+
#' connections <- datashield.login(logins=logindata, failSafe=TRUE)
70+
#'
6871
#' # note that the asignment information can also be provided afterwards
6972
#' builder <- newDSLoginBuilder()
7073
#' builder$append(server="server1", url="https://opal-demo.obiba.org",
@@ -77,7 +80,7 @@
7780
#' table = list(server1 = "CNSIM.CNSIM1",
7881
#' server2 = "CNSIM.CNSIM2"))
7982
#' datashield.assign.resource(connections, symbol = "rsrc",
80-
#' table = list(server1 = "res.CNSIM1",
83+
#' resource = list(server1 = "res.CNSIM1",
8184
#' server2 = "res.CNSIM2"))
8285
#'}
8386
#'

man/datashield.login.Rd

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)