## Not run:
# # make a client
# cli <- etcd()
#
# # leader stats
# cli$stats()
#
# # self stats
# cli$stats("self")
#
# # store stats
# cli$stats("store")
#
# # Prety or not
# cli$stats(pretty = TRUE)
# cli$stats(pretty = FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab