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
#> 1 osgb4000000074323379 Park Gate        NULL   NULL        NULL
#>         local_type outcode          county_unitary county_unitary_type
#> 1 Other Settlement     HR6 County of Herefordshire    UnitaryAuthority
#>   district_borough district_borough_type        region country longitude
#> 1             NULL                  NULL West Midlands England -2.769728
#>   latitude eastings northings min_eastings min_northings max_eastings
#> 1 52.19718   347486    255717       347290        255538       347790
#>   max_northings
#> 1        256038
# }