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 osgb4000000074579405 Bagwyllydiart        NULL   NULL        NULL
#>         local_type outcode          county_unitary county_unitary_type
#> 1 Other Settlement     HR2 County of Herefordshire    UnitaryAuthority
#>   district_borough district_borough_type        region country longitude
#> 1             NULL                  NULL West Midlands England -2.809282
#>   latitude eastings northings min_eastings min_northings max_eastings
#> 1 51.93779   344461    226896       344223        226670       344723
#>   max_northings
#> 1        227170
# }