Skip to content

Commit

Permalink
Update baby_steps.R
Browse files Browse the repository at this point in the history
  • Loading branch information
neelsoumya authored Dec 9, 2021
1 parent 71650a0 commit 7a2ae85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baby_steps.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ require('dsBaseClient')
builder <- DSI::newDSLoginBuilder()

builder$append(server = "study1",
url = "http://192.168.56.101:8080/",
url = "http://192.168.56.100:8080/",
user = "administrator", password = "datashield_test&",
table = "SURVIVAL.EXPAND_NO_MISSING1", driver = "OpalDriver")
builder$append(server = "study2",
url = "http://192.168.56.101:8080/",
url = "http://192.168.56.100:8080/",
user = "administrator", password = "datashield_test&",
table = "SURVIVAL.EXPAND_NO_MISSING2", driver = "OpalDriver")
#builder$append(server = "study3",
Expand Down

0 comments on commit 7a2ae85

Please sign in to comment.