# NOT RUN {
df <- data.frame(
address = c("1600 Pennsylvania Avenue, Washington DC", "", "houston texas"),
stringsAsFactors = FALSE
)
# }
# NOT RUN {
# Server response can be slow; this cuts down check time.
mutate_geocode(df, address)
library(dplyr)
df %>% mutate_geocode(address)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab