# set up a jurisdiction
o311_api("san francisco")
# \donttest{
if (o311_ok()) {
# get a list of all services
services <- o311_services()
# inspect a service code
o311_service(services$service_code[1])
}
# }
Run the code above in your browser using DataLab