# \donttest{
if (interactive()) {
# List all available endpoints
endpoint_info()
# Get information about a specific endpoint
endpoint_info("pubmed_abstracts")
# Get information in JSON format
endpoint_info("icites", format = "json")
}
# }
Run the code above in your browser using DataLab