@@ -5,9 +5,9 @@ init.mediation.dataset.upb <- function(variables)
55 if (ds.test_env $ driver == " OpalDriver" )
66 {
77 builder <- DSI :: newDSLoginBuilder(.silent = TRUE )
8- builder $ append(server = " study1" , url = ds.test_env $ ip_address_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.UPBdata1" , options = ds.test_env $ options_1 )
9- builder $ append(server = " study2" , url = ds.test_env $ ip_address_2 , user = ds.test_env $ user_2 , password = ds.test_env $ password_2 , table = " MEDIATION.UPBdata2" , options = ds.test_env $ options_2 )
10- builder $ append(server = " study3" , url = ds.test_env $ ip_address_3 , user = ds.test_env $ user_3 , password = ds.test_env $ password_3 , table = " MEDIATION.UPBdata3" , options = ds.test_env $ options_3 )
8+ builder $ append(server = " study1" , url = ds.test_env $ server_url_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.UPBdata1" , options = ds.test_env $ options_1 )
9+ builder $ append(server = " study2" , url = ds.test_env $ server_url_2 , user = ds.test_env $ user_2 , password = ds.test_env $ password_2 , table = " MEDIATION.UPBdata2" , options = ds.test_env $ options_2 )
10+ builder $ append(server = " study3" , url = ds.test_env $ server_url_3 , user = ds.test_env $ user_3 , password = ds.test_env $ password_3 , table = " MEDIATION.UPBdata3" , options = ds.test_env $ options_3 )
1111 ds.test_env $ login.data <- builder $ build()
1212 }
1313 else
@@ -25,7 +25,7 @@ init.mediation.dataset.student <- function(variables)
2525 if (ds.test_env $ driver == " OpalDriver" )
2626 {
2727 builder <- DSI :: newDSLoginBuilder(.silent = TRUE )
28- builder $ append(server = " study1" , url = ds.test_env $ ip_address_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.student" , options = ds.test_env $ options_1 )
28+ builder $ append(server = " study1" , url = ds.test_env $ server_url_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.student" , options = ds.test_env $ options_1 )
2929 ds.test_env $ login.data <- builder $ build()
3030 }
3131 else
@@ -43,7 +43,7 @@ init.mediation.dataset.framing <- function(variables)
4343 if (ds.test_env $ driver == " OpalDriver" )
4444 {
4545 builder <- DSI :: newDSLoginBuilder(.silent = TRUE )
46- builder $ append(server = " study1" , url = ds.test_env $ ip_address_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.framing" , options = ds.test_env $ options_1 )
46+ builder $ append(server = " study1" , url = ds.test_env $ server_url_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.framing" , options = ds.test_env $ options_1 )
4747 ds.test_env $ login.data <- builder $ build()
4848 }
4949 else
@@ -61,7 +61,7 @@ init.mediation.dataset.vv2015 <- function(variables)
6161 if (ds.test_env $ driver == " OpalDriver" )
6262 {
6363 builder <- DSI :: newDSLoginBuilder(.silent = TRUE )
64- builder $ append(server = " study1" , url = ds.test_env $ ip_address_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.vv2015" , options = ds.test_env $ options_1 )
64+ builder $ append(server = " study1" , url = ds.test_env $ server_url_1 , user = ds.test_env $ user_1 , password = ds.test_env $ password_1 , table = " MEDIATION.vv2015" , options = ds.test_env $ options_1 )
6565 ds.test_env $ login.data <- builder $ build()
6666 }
6767 else
0 commit comments