## Not run:
# # Let's assume the api.key is available into the environment variable KEY
# api.key <- Sys.getenv("KEY", "")
#
# # Get a list of all available monitors, and take the first id
# monitors.id <- uptimerobot.monitors(api.key, fields="id")[1,1]
#
# # Reset the stats for that monitor
# uptimerobot.monitor.reset(api.key, monitor.id)
#
# ## End(Not run)
Run the code above in your browser using DataLab