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 osgb4000000074817965 England Lane        NULL   NULL        NULL
#>      local_type outcode county_unitary county_unitary_type district_borough
#> 1 Suburban Area    WF11           NULL                NULL        Wakefield
#>   district_borough_type                   region country longitude latitude
#> 1  MetropolitanDistrict Yorkshire and the Humber England -1.247521 53.70442
#>   eastings northings min_eastings min_northings max_eastings max_northings
#> 1   449772    423372       449442        423064       449961        423600
# }