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 osgb4000000074545022 Hardgate        NULL   NULL        NULL Suburban Area
#>   outcode      county_unitary county_unitary_type district_borough
#> 1     G81 West Dunbartonshire    UnitaryAuthority             NULL
#>   district_borough_type   region  country longitude latitude eastings northings
#> 1                  NULL Scotland Scotland -4.397347 55.92408   250300    672708
#>   min_eastings min_northings max_eastings max_northings
#> 1       249911        672507       250676        673007
# }