How to connect to IBM cloud object swift with R? I've had that informations:
auth_url = "https://dal05.objectstorage.softlayer.net/auth/v1.0",
username = "my_user_name",
password = "my_pass",
container = "my_container",
filename = "my_filename.csv")
I tried Rpackages from git.. but nothing worked.