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 osgb4000000074580469 Newtown        NULL   NULL        NULL Suburban Area
#>   outcode                        county_unitary county_unitary_type
#> 1    CF45 Rhondda Cynon Taf - Rhondda Cynon Taf    UnitaryAuthority
#>   district_borough district_borough_type region country longitude latitude
#> 1             NULL                  NULL  Wales   Wales -3.371294 51.67992
#>   eastings northings min_eastings min_northings max_eastings max_northings
#> 1   305286    198796       305197        198398       305697        198898
# }