Skip to content

Commit

Permalink
#14 Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Feb 9, 2022
1 parent 69a11e5 commit ff9421b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/datashield.login.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
#' myvar <- list("LAB_TSC")
#' connections <- datashield.login(logins=logindata, assign=TRUE, variables=myvar)
#'
#' # Example 4: ignore with a warning message servers for which connection cannot be established
#' connections <- datashield.login(logins=logindata, failSafe=TRUE)
#'
#' # note that the asignment information can also be provided afterwards
#' builder <- newDSLoginBuilder()
#' builder$append(server="server1", url="https://opal-demo.obiba.org",
Expand All @@ -77,7 +80,7 @@
#' table = list(server1 = "CNSIM.CNSIM1",
#' server2 = "CNSIM.CNSIM2"))
#' datashield.assign.resource(connections, symbol = "rsrc",
#' table = list(server1 = "res.CNSIM1",
#' resource = list(server1 = "res.CNSIM1",
#' server2 = "res.CNSIM2"))
#'}
#'
Expand Down
5 changes: 4 additions & 1 deletion man/datashield.login.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff9421b

Please sign in to comment.