# NOT RUN {
result <- find_city("Malaga")
result$list %>% tidy_up_()
# keep dots in column names
result$list %>% tidy_up_(use_underscore_ = FALSE)
# keep all prefices
result$list %>% tidy_up_(remove_prefix_ = NULL)
# }
Run the code above in your browser using DataLab