# NOT RUN {
# Write the current values of the connection parameters to the configuration file
save_connection()
# Write the user name and the password to the configuration file
save_connection(user = "user001", password = "123456")
# Write all parameters nedeed for https connection to the configuration file
save_connection(url = "https://my.company.com:8443", user = "user001", password = "123456",
verify = "no", encryption = "ssl3")
# }
Run the code above in your browser using DataLab