Returns a random place and all associated data
See also
place_lookup
for documentation.
Examples
# \donttest{
random_place()
#> code name_1 name_1_lang name_2 name_2_lang local_type
#> 1 osgb4000000074544258 Barden Park NULL NULL NULL Suburban Area
#> outcode county_unitary county_unitary_type district_borough
#> 1 TN9 Kent County Tonbridge and Malling
#> district_borough_type region country longitude latitude eastings
#> 1 District South East England 0.2591123 51.19559 557946
#> northings min_eastings min_northings max_eastings max_northings
#> 1 146466 557664 146185 558164 146685
# }