if (FALSE) { # interactive()
# Get all organizations for the authenticated user
my_orgs <- orgs()
# Retrieve silently without progress messages
my_orgs <- orgs(quiet = TRUE)
# Extract just the organization names
org_names <- orgs()$login
}
Run the code above in your browser using DataLab