# NOT RUN {
# load sample data
data <- stl_homicides_small
# geocode data
data <- cxy_geocode(data, address = "street_address", city = "city",
state = "state", zip = "postal_code")
# preview data
data
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab