## Not run:
# workspace_id <- "" # Your AzureML workspace id
# authorization_token <- "" # Your AzureML authorization token
#
# ws <- workspace(
# id = workspace_id,
# auth = authorization_token
# )
#
# s <- services(ws)
# e <- endpoints(ws, s[1,])
# endpointHelp(e[1,])
#
# Particularly useful way to see expected service input and output:
# endpointHelp(e[1,])$definitions
#
#
# ## End(Not run)
Run the code above in your browser using DataLab