Skip to contents

Returns a random place and all associated data

Usage

random_place()

Value

A data frame describing 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 osgb4000000074564727 Chilbolton        NULL   NULL        NULL    Village
#>   outcode county_unitary county_unitary_type district_borough
#> 1    SO20      Hampshire              County      Test Valley
#>   district_borough_type     region country longitude latitude eastings
#> 1              District South East England -1.440179 51.15723   439247
#>   northings min_eastings min_northings max_eastings max_northings
#> 1    139924       438632        137789       440859        140411
# }