h2osteam.get_profiles.Rd
Get details about the profiles available to the logged-in user.
h2osteam.get_profiles(conn)
conn | The |
---|
Profiles available to the logged-in user.
if (FALSE) { conn <- h2osteam.login(url = "https://steam.h2o.ai:9555", username = "user01", password = "token-here") profiles <- h2osteam.get_profiles(conn) print(profiles) }