Submit a place query and receive a complete list of places matches and associated data.
This function is similar to place_lookup
but it returns a list
and allows limiting the results.
Arguments
- place
A string. Name of a place to search for.
- limit
An integer. Limits the number of matches to return. Defaults to 10. Needs to be less than 100.
See also
place_lookup
for documentation.
Examples
# \donttest{
place_query("Hills")
#> [[1]]
#> [[1]]$code
#> [1] "osgb4000000074547803"
#>
#> [[1]]$name_1
#> [1] "Red Hills"
#>
#> [[1]]$name_1_lang
#> NULL
#>
#> [[1]]$name_2
#> NULL
#>
#> [[1]]$name_2_lang
#> NULL
#>
#> [[1]]$local_type
#> [1] "Hamlet"
#>
#> [[1]]$outcode
#> [1] "CA11"
#>
#> [[1]]$county_unitary
#> [1] "Cumbria"
#>
#> [[1]]$county_unitary_type
#> [1] "County"
#>
#> [[1]]$district_borough
#> [1] "Eden"
#>
#> [[1]]$district_borough_type
#> [1] "District"
#>
#> [[1]]$region
#> [1] "North West"
#>
#> [[1]]$country
#> [1] "England"
#>
#> [[1]]$longitude
#> [1] -2.769233
#>
#> [[1]]$latitude
#> [1] 54.6501
#>
#> [[1]]$eastings
#> [1] 350463
#>
#> [[1]]$northings
#> [1] 528605
#>
#> [[1]]$min_eastings
#> [1] 349916
#>
#> [[1]]$min_northings
#> [1] 528349
#>
#> [[1]]$max_eastings
#> [1] 350584
#>
#> [[1]]$max_northings
#> [1] 528849
#>
#>
#> [[2]]
#> [[2]]$code
#> [1] "osgb4000000074574731"
#>
#> [[2]]$name_1
#> [1] "Berwick Hills"
#>
#> [[2]]$name_1_lang
#> NULL
#>
#> [[2]]$name_2
#> NULL
#>
#> [[2]]$name_2_lang
#> NULL
#>
#> [[2]]$local_type
#> [1] "Suburban Area"
#>
#> [[2]]$outcode
#> [1] "TS3"
#>
#> [[2]]$county_unitary
#> [1] "Middlesbrough"
#>
#> [[2]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[2]]$district_borough
#> NULL
#>
#> [[2]]$district_borough_type
#> NULL
#>
#> [[2]]$region
#> [1] "North East"
#>
#> [[2]]$country
#> [1] "England"
#>
#> [[2]]$longitude
#> [1] -1.20577
#>
#> [[2]]$latitude
#> [1] 54.56005
#>
#> [[2]]$eastings
#> [1] 451459
#>
#> [[2]]$northings
#> [1] 518602
#>
#> [[2]]$min_eastings
#> [1] 450839
#>
#> [[2]]$min_northings
#> [1] 517640
#>
#> [[2]]$max_eastings
#> [1] 451963
#>
#> [[2]]$max_northings
#> [1] 519361
#>
#>
#> [[3]]
#> [[3]]$code
#> [1] "osgb4000000074555222"
#>
#> [[3]]$name_1
#> [1] "Tan Hills"
#>
#> [[3]]$name_1_lang
#> NULL
#>
#> [[3]]$name_2
#> NULL
#>
#> [[3]]$name_2_lang
#> NULL
#>
#> [[3]]$local_type
#> [1] "Village"
#>
#> [[3]]$outcode
#> [1] "DH2"
#>
#> [[3]]$county_unitary
#> [1] "County Durham"
#>
#> [[3]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[3]]$district_borough
#> NULL
#>
#> [[3]]$district_borough_type
#> NULL
#>
#> [[3]]$region
#> [1] "North East"
#>
#> [[3]]$country
#> [1] "England"
#>
#> [[3]]$longitude
#> [1] -1.597868
#>
#> [[3]]$latitude
#> [1] 54.82239
#>
#> [[3]]$eastings
#> [1] 425936
#>
#> [[3]]$northings
#> [1] 547579
#>
#> [[3]]$min_eastings
#> [1] 425721
#>
#> [[3]]$min_northings
#> [1] 547375
#>
#> [[3]]$max_eastings
#> [1] 426221
#>
#> [[3]]$max_northings
#> [1] 547875
#>
#>
#> [[4]]
#> [[4]]$code
#> [1] "osgb4000000074568110"
#>
#> [[4]]$name_1
#> [1] "Nun Hills"
#>
#> [[4]]$name_1_lang
#> NULL
#>
#> [[4]]$name_2
#> NULL
#>
#> [[4]]$name_2_lang
#> NULL
#>
#> [[4]]$local_type
#> [1] "Suburban Area"
#>
#> [[4]]$outcode
#> [1] "OL13"
#>
#> [[4]]$county_unitary
#> [1] "Lancashire"
#>
#> [[4]]$county_unitary_type
#> [1] "County"
#>
#> [[4]]$district_borough
#> [1] "Rossendale"
#>
#> [[4]]$district_borough_type
#> [1] "District"
#>
#> [[4]]$region
#> [1] "North West"
#>
#> [[4]]$country
#> [1] "England"
#>
#> [[4]]$longitude
#> [1] -2.224568
#>
#> [[4]]$latitude
#> [1] 53.69105
#>
#> [[4]]$eastings
#> [1] 385268
#>
#> [[4]]$northings
#> [1] 421645
#>
#> [[4]]$min_eastings
#> [1] 384958
#>
#> [[4]]$min_northings
#> [1] 421437
#>
#> [[4]]$max_eastings
#> [1] 385465
#>
#> [[4]]$max_northings
#> [1] 421937
#>
#>
#> [[5]]
#> [[5]]$code
#> [1] "osgb4000000074569230"
#>
#> [[5]]$name_1
#> [1] "Cross Hills"
#>
#> [[5]]$name_1_lang
#> NULL
#>
#> [[5]]$name_2
#> NULL
#>
#> [[5]]$name_2_lang
#> NULL
#>
#> [[5]]$local_type
#> [1] "Village"
#>
#> [[5]]$outcode
#> [1] "BD20"
#>
#> [[5]]$county_unitary
#> [1] "North Yorkshire"
#>
#> [[5]]$county_unitary_type
#> [1] "County"
#>
#> [[5]]$district_borough
#> [1] "Craven"
#>
#> [[5]]$district_borough_type
#> [1] "District"
#>
#> [[5]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[5]]$country
#> [1] "England"
#>
#> [[5]]$longitude
#> [1] -1.989919
#>
#> [[5]]$latitude
#> [1] 53.90184
#>
#> [[5]]$eastings
#> [1] 400760
#>
#> [[5]]$northings
#> [1] 445075
#>
#> [[5]]$min_eastings
#> [1] 398551
#>
#> [[5]]$min_northings
#> [1] 444126
#>
#> [[5]]$max_eastings
#> [1] 401868
#>
#> [[5]]$max_northings
#> [1] 445644
#>
#>
#> [[6]]
#> [[6]]$code
#> [1] "osgb4000000074544460"
#>
#> [[6]]$name_1
#> [1] "Wheatley Hills"
#>
#> [[6]]$name_1_lang
#> NULL
#>
#> [[6]]$name_2
#> NULL
#>
#> [[6]]$name_2_lang
#> NULL
#>
#> [[6]]$local_type
#> [1] "Suburban Area"
#>
#> [[6]]$outcode
#> [1] "DN2"
#>
#> [[6]]$county_unitary
#> NULL
#>
#> [[6]]$county_unitary_type
#> NULL
#>
#> [[6]]$district_borough
#> [1] "Doncaster"
#>
#> [[6]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[6]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[6]]$country
#> [1] "England"
#>
#> [[6]]$longitude
#> [1] -1.100679
#>
#> [[6]]$latitude
#> [1] 53.53897
#>
#> [[6]]$eastings
#> [1] 459698
#>
#> [[6]]$northings
#> [1] 405078
#>
#> [[6]]$min_eastings
#> [1] 458941
#>
#> [[6]]$min_northings
#> [1] 404220
#>
#> [[6]]$max_eastings
#> [1] 460614
#>
#> [[6]]$max_northings
#> [1] 405620
#>
#>
#> [[7]]
#> [[7]]$code
#> [1] "osgb4000000074572024"
#>
#> [[7]]$name_1
#> [1] "Lister Hills"
#>
#> [[7]]$name_1_lang
#> NULL
#>
#> [[7]]$name_2
#> NULL
#>
#> [[7]]$name_2_lang
#> NULL
#>
#> [[7]]$local_type
#> [1] "Suburban Area"
#>
#> [[7]]$outcode
#> [1] "BD7"
#>
#> [[7]]$county_unitary
#> NULL
#>
#> [[7]]$county_unitary_type
#> NULL
#>
#> [[7]]$district_borough
#> [1] "Bradford"
#>
#> [[7]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[7]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[7]]$country
#> [1] "England"
#>
#> [[7]]$longitude
#> [1] -1.770226
#>
#> [[7]]$latitude
#> [1] 53.79351
#>
#> [[7]]$eastings
#> [1] 415234
#>
#> [[7]]$northings
#> [1] 433046
#>
#> [[7]]$min_eastings
#> [1] 414935
#>
#> [[7]]$min_northings
#> [1] 432878
#>
#> [[7]]$max_eastings
#> [1] 415497
#>
#> [[7]]$max_northings
#> [1] 433534
#>
#>
#> [[8]]
#> [[8]]$code
#> [1] "osgb4000000074570252"
#>
#> [[8]]$name_1
#> [1] "Old Hills"
#>
#> [[8]]$name_1_lang
#> NULL
#>
#> [[8]]$name_2
#> NULL
#>
#> [[8]]$name_2_lang
#> NULL
#>
#> [[8]]$local_type
#> [1] "Suburban Area"
#>
#> [[8]]$outcode
#> [1] "BD16"
#>
#> [[8]]$county_unitary
#> NULL
#>
#> [[8]]$county_unitary_type
#> NULL
#>
#> [[8]]$district_borough
#> [1] "Bradford"
#>
#> [[8]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[8]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[8]]$country
#> [1] "England"
#>
#> [[8]]$longitude
#> [1] -1.830166
#>
#> [[8]]$latitude
#> [1] 53.84417
#>
#> [[8]]$eastings
#> [1] 411272
#>
#> [[8]]$northings
#> [1] 438671
#>
#> [[8]]$min_eastings
#> [1] 411081
#>
#> [[8]]$min_northings
#> [1] 438457
#>
#> [[8]]$max_eastings
#> [1] 411581
#>
#> [[8]]$max_northings
#> [1] 438957
#>
#>
#> [[9]]
#> [[9]]$code
#> [1] "osgb4000000074571332"
#>
#> [[9]]$name_1
#> [1] "Bailey Hills"
#>
#> [[9]]$name_1_lang
#> NULL
#>
#> [[9]]$name_2
#> NULL
#>
#> [[9]]$name_2_lang
#> NULL
#>
#> [[9]]$local_type
#> [1] "Suburban Area"
#>
#> [[9]]$outcode
#> [1] "BD16"
#>
#> [[9]]$county_unitary
#> NULL
#>
#> [[9]]$county_unitary_type
#> NULL
#>
#> [[9]]$district_borough
#> [1] "Bradford"
#>
#> [[9]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[9]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[9]]$country
#> [1] "England"
#>
#> [[9]]$longitude
#> [1] -1.841124
#>
#> [[9]]$latitude
#> [1] 53.85213
#>
#> [[9]]$eastings
#> [1] 410549
#>
#> [[9]]$northings
#> [1] 439555
#>
#> [[9]]$min_eastings
#> [1] 410241
#>
#> [[9]]$min_northings
#> [1] 439253
#>
#> [[9]]$max_eastings
#> [1] 410741
#>
#> [[9]]$max_northings
#> [1] 439863
#>
#>
#> [[10]]
#> [[10]]$code
#> [1] "osgb4000000074567076"
#>
#> [[10]]$name_1
#> [1] "Scotland Hills"
#>
#> [[10]]$name_1_lang
#> NULL
#>
#> [[10]]$name_2
#> NULL
#>
#> [[10]]$name_2_lang
#> NULL
#>
#> [[10]]$local_type
#> [1] "Suburban Area"
#>
#> [[10]]$outcode
#> [1] "CT3"
#>
#> [[10]]$county_unitary
#> [1] "Kent"
#>
#> [[10]]$county_unitary_type
#> [1] "County"
#>
#> [[10]]$district_borough
#> [1] "Canterbury"
#>
#> [[10]]$district_borough_type
#> [1] "District"
#>
#> [[10]]$region
#> [1] "South East"
#>
#> [[10]]$country
#> [1] "England"
#>
#> [[10]]$longitude
#> [1] 1.121609
#>
#> [[10]]$latitude
#> [1] 51.28224
#>
#> [[10]]$eastings
#> [1] 617790
#>
#> [[10]]$northings
#> [1] 158306
#>
#> [[10]]$min_eastings
#> [1] 617361
#>
#> [[10]]$min_northings
#> [1] 157908
#>
#> [[10]]$max_eastings
#> [1] 618249
#>
#> [[10]]$max_northings
#> [1] 158788
#>
#>
place_query("Hills", limit = 12)
#> [[1]]
#> [[1]]$code
#> [1] "osgb4000000074547803"
#>
#> [[1]]$name_1
#> [1] "Red Hills"
#>
#> [[1]]$name_1_lang
#> NULL
#>
#> [[1]]$name_2
#> NULL
#>
#> [[1]]$name_2_lang
#> NULL
#>
#> [[1]]$local_type
#> [1] "Hamlet"
#>
#> [[1]]$outcode
#> [1] "CA11"
#>
#> [[1]]$county_unitary
#> [1] "Cumbria"
#>
#> [[1]]$county_unitary_type
#> [1] "County"
#>
#> [[1]]$district_borough
#> [1] "Eden"
#>
#> [[1]]$district_borough_type
#> [1] "District"
#>
#> [[1]]$region
#> [1] "North West"
#>
#> [[1]]$country
#> [1] "England"
#>
#> [[1]]$longitude
#> [1] -2.769233
#>
#> [[1]]$latitude
#> [1] 54.6501
#>
#> [[1]]$eastings
#> [1] 350463
#>
#> [[1]]$northings
#> [1] 528605
#>
#> [[1]]$min_eastings
#> [1] 349916
#>
#> [[1]]$min_northings
#> [1] 528349
#>
#> [[1]]$max_eastings
#> [1] 350584
#>
#> [[1]]$max_northings
#> [1] 528849
#>
#>
#> [[2]]
#> [[2]]$code
#> [1] "osgb4000000074574731"
#>
#> [[2]]$name_1
#> [1] "Berwick Hills"
#>
#> [[2]]$name_1_lang
#> NULL
#>
#> [[2]]$name_2
#> NULL
#>
#> [[2]]$name_2_lang
#> NULL
#>
#> [[2]]$local_type
#> [1] "Suburban Area"
#>
#> [[2]]$outcode
#> [1] "TS3"
#>
#> [[2]]$county_unitary
#> [1] "Middlesbrough"
#>
#> [[2]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[2]]$district_borough
#> NULL
#>
#> [[2]]$district_borough_type
#> NULL
#>
#> [[2]]$region
#> [1] "North East"
#>
#> [[2]]$country
#> [1] "England"
#>
#> [[2]]$longitude
#> [1] -1.20577
#>
#> [[2]]$latitude
#> [1] 54.56005
#>
#> [[2]]$eastings
#> [1] 451459
#>
#> [[2]]$northings
#> [1] 518602
#>
#> [[2]]$min_eastings
#> [1] 450839
#>
#> [[2]]$min_northings
#> [1] 517640
#>
#> [[2]]$max_eastings
#> [1] 451963
#>
#> [[2]]$max_northings
#> [1] 519361
#>
#>
#> [[3]]
#> [[3]]$code
#> [1] "osgb4000000074555222"
#>
#> [[3]]$name_1
#> [1] "Tan Hills"
#>
#> [[3]]$name_1_lang
#> NULL
#>
#> [[3]]$name_2
#> NULL
#>
#> [[3]]$name_2_lang
#> NULL
#>
#> [[3]]$local_type
#> [1] "Village"
#>
#> [[3]]$outcode
#> [1] "DH2"
#>
#> [[3]]$county_unitary
#> [1] "County Durham"
#>
#> [[3]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[3]]$district_borough
#> NULL
#>
#> [[3]]$district_borough_type
#> NULL
#>
#> [[3]]$region
#> [1] "North East"
#>
#> [[3]]$country
#> [1] "England"
#>
#> [[3]]$longitude
#> [1] -1.597868
#>
#> [[3]]$latitude
#> [1] 54.82239
#>
#> [[3]]$eastings
#> [1] 425936
#>
#> [[3]]$northings
#> [1] 547579
#>
#> [[3]]$min_eastings
#> [1] 425721
#>
#> [[3]]$min_northings
#> [1] 547375
#>
#> [[3]]$max_eastings
#> [1] 426221
#>
#> [[3]]$max_northings
#> [1] 547875
#>
#>
#> [[4]]
#> [[4]]$code
#> [1] "osgb4000000074568110"
#>
#> [[4]]$name_1
#> [1] "Nun Hills"
#>
#> [[4]]$name_1_lang
#> NULL
#>
#> [[4]]$name_2
#> NULL
#>
#> [[4]]$name_2_lang
#> NULL
#>
#> [[4]]$local_type
#> [1] "Suburban Area"
#>
#> [[4]]$outcode
#> [1] "OL13"
#>
#> [[4]]$county_unitary
#> [1] "Lancashire"
#>
#> [[4]]$county_unitary_type
#> [1] "County"
#>
#> [[4]]$district_borough
#> [1] "Rossendale"
#>
#> [[4]]$district_borough_type
#> [1] "District"
#>
#> [[4]]$region
#> [1] "North West"
#>
#> [[4]]$country
#> [1] "England"
#>
#> [[4]]$longitude
#> [1] -2.224568
#>
#> [[4]]$latitude
#> [1] 53.69105
#>
#> [[4]]$eastings
#> [1] 385268
#>
#> [[4]]$northings
#> [1] 421645
#>
#> [[4]]$min_eastings
#> [1] 384958
#>
#> [[4]]$min_northings
#> [1] 421437
#>
#> [[4]]$max_eastings
#> [1] 385465
#>
#> [[4]]$max_northings
#> [1] 421937
#>
#>
#> [[5]]
#> [[5]]$code
#> [1] "osgb4000000074569230"
#>
#> [[5]]$name_1
#> [1] "Cross Hills"
#>
#> [[5]]$name_1_lang
#> NULL
#>
#> [[5]]$name_2
#> NULL
#>
#> [[5]]$name_2_lang
#> NULL
#>
#> [[5]]$local_type
#> [1] "Village"
#>
#> [[5]]$outcode
#> [1] "BD20"
#>
#> [[5]]$county_unitary
#> [1] "North Yorkshire"
#>
#> [[5]]$county_unitary_type
#> [1] "County"
#>
#> [[5]]$district_borough
#> [1] "Craven"
#>
#> [[5]]$district_borough_type
#> [1] "District"
#>
#> [[5]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[5]]$country
#> [1] "England"
#>
#> [[5]]$longitude
#> [1] -1.989919
#>
#> [[5]]$latitude
#> [1] 53.90184
#>
#> [[5]]$eastings
#> [1] 400760
#>
#> [[5]]$northings
#> [1] 445075
#>
#> [[5]]$min_eastings
#> [1] 398551
#>
#> [[5]]$min_northings
#> [1] 444126
#>
#> [[5]]$max_eastings
#> [1] 401868
#>
#> [[5]]$max_northings
#> [1] 445644
#>
#>
#> [[6]]
#> [[6]]$code
#> [1] "osgb4000000074544460"
#>
#> [[6]]$name_1
#> [1] "Wheatley Hills"
#>
#> [[6]]$name_1_lang
#> NULL
#>
#> [[6]]$name_2
#> NULL
#>
#> [[6]]$name_2_lang
#> NULL
#>
#> [[6]]$local_type
#> [1] "Suburban Area"
#>
#> [[6]]$outcode
#> [1] "DN2"
#>
#> [[6]]$county_unitary
#> NULL
#>
#> [[6]]$county_unitary_type
#> NULL
#>
#> [[6]]$district_borough
#> [1] "Doncaster"
#>
#> [[6]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[6]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[6]]$country
#> [1] "England"
#>
#> [[6]]$longitude
#> [1] -1.100679
#>
#> [[6]]$latitude
#> [1] 53.53897
#>
#> [[6]]$eastings
#> [1] 459698
#>
#> [[6]]$northings
#> [1] 405078
#>
#> [[6]]$min_eastings
#> [1] 458941
#>
#> [[6]]$min_northings
#> [1] 404220
#>
#> [[6]]$max_eastings
#> [1] 460614
#>
#> [[6]]$max_northings
#> [1] 405620
#>
#>
#> [[7]]
#> [[7]]$code
#> [1] "osgb4000000074572024"
#>
#> [[7]]$name_1
#> [1] "Lister Hills"
#>
#> [[7]]$name_1_lang
#> NULL
#>
#> [[7]]$name_2
#> NULL
#>
#> [[7]]$name_2_lang
#> NULL
#>
#> [[7]]$local_type
#> [1] "Suburban Area"
#>
#> [[7]]$outcode
#> [1] "BD7"
#>
#> [[7]]$county_unitary
#> NULL
#>
#> [[7]]$county_unitary_type
#> NULL
#>
#> [[7]]$district_borough
#> [1] "Bradford"
#>
#> [[7]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[7]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[7]]$country
#> [1] "England"
#>
#> [[7]]$longitude
#> [1] -1.770226
#>
#> [[7]]$latitude
#> [1] 53.79351
#>
#> [[7]]$eastings
#> [1] 415234
#>
#> [[7]]$northings
#> [1] 433046
#>
#> [[7]]$min_eastings
#> [1] 414935
#>
#> [[7]]$min_northings
#> [1] 432878
#>
#> [[7]]$max_eastings
#> [1] 415497
#>
#> [[7]]$max_northings
#> [1] 433534
#>
#>
#> [[8]]
#> [[8]]$code
#> [1] "osgb4000000074570252"
#>
#> [[8]]$name_1
#> [1] "Old Hills"
#>
#> [[8]]$name_1_lang
#> NULL
#>
#> [[8]]$name_2
#> NULL
#>
#> [[8]]$name_2_lang
#> NULL
#>
#> [[8]]$local_type
#> [1] "Suburban Area"
#>
#> [[8]]$outcode
#> [1] "BD16"
#>
#> [[8]]$county_unitary
#> NULL
#>
#> [[8]]$county_unitary_type
#> NULL
#>
#> [[8]]$district_borough
#> [1] "Bradford"
#>
#> [[8]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[8]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[8]]$country
#> [1] "England"
#>
#> [[8]]$longitude
#> [1] -1.830166
#>
#> [[8]]$latitude
#> [1] 53.84417
#>
#> [[8]]$eastings
#> [1] 411272
#>
#> [[8]]$northings
#> [1] 438671
#>
#> [[8]]$min_eastings
#> [1] 411081
#>
#> [[8]]$min_northings
#> [1] 438457
#>
#> [[8]]$max_eastings
#> [1] 411581
#>
#> [[8]]$max_northings
#> [1] 438957
#>
#>
#> [[9]]
#> [[9]]$code
#> [1] "osgb4000000074571332"
#>
#> [[9]]$name_1
#> [1] "Bailey Hills"
#>
#> [[9]]$name_1_lang
#> NULL
#>
#> [[9]]$name_2
#> NULL
#>
#> [[9]]$name_2_lang
#> NULL
#>
#> [[9]]$local_type
#> [1] "Suburban Area"
#>
#> [[9]]$outcode
#> [1] "BD16"
#>
#> [[9]]$county_unitary
#> NULL
#>
#> [[9]]$county_unitary_type
#> NULL
#>
#> [[9]]$district_borough
#> [1] "Bradford"
#>
#> [[9]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[9]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[9]]$country
#> [1] "England"
#>
#> [[9]]$longitude
#> [1] -1.841124
#>
#> [[9]]$latitude
#> [1] 53.85213
#>
#> [[9]]$eastings
#> [1] 410549
#>
#> [[9]]$northings
#> [1] 439555
#>
#> [[9]]$min_eastings
#> [1] 410241
#>
#> [[9]]$min_northings
#> [1] 439253
#>
#> [[9]]$max_eastings
#> [1] 410741
#>
#> [[9]]$max_northings
#> [1] 439863
#>
#>
#> [[10]]
#> [[10]]$code
#> [1] "osgb4000000074561319"
#>
#> [[10]]$name_1
#> [1] "Stanford Hills"
#>
#> [[10]]$name_1_lang
#> NULL
#>
#> [[10]]$name_2
#> NULL
#>
#> [[10]]$name_2_lang
#> NULL
#>
#> [[10]]$local_type
#> [1] "Hamlet"
#>
#> [[10]]$outcode
#> [1] "LE12"
#>
#> [[10]]$county_unitary
#> [1] "Nottinghamshire"
#>
#> [[10]]$county_unitary_type
#> [1] "County"
#>
#> [[10]]$district_borough
#> [1] "Rushcliffe"
#>
#> [[10]]$district_borough_type
#> [1] "District"
#>
#> [[10]]$region
#> [1] "East Midlands"
#>
#> [[10]]$country
#> [1] "England"
#>
#> [[10]]$longitude
#> [1] -1.186273
#>
#> [[10]]$latitude
#> [1] 52.80939
#>
#> [[10]]$eastings
#> [1] 454948
#>
#> [[10]]$northings
#> [1] 323848
#>
#> [[10]]$min_eastings
#> [1] 454696
#>
#> [[10]]$min_northings
#> [1] 323502
#>
#> [[10]]$max_eastings
#> [1] 455196
#>
#> [[10]]$max_northings
#> [1] 324002
#>
#>
#> [[11]]
#> [[11]]$code
#> [1] "osgb4000000074560697"
#>
#> [[11]]$name_1
#> [1] "Crown Hills"
#>
#> [[11]]$name_1_lang
#> NULL
#>
#> [[11]]$name_2
#> NULL
#>
#> [[11]]$name_2_lang
#> NULL
#>
#> [[11]]$local_type
#> [1] "Suburban Area"
#>
#> [[11]]$outcode
#> [1] "LE5"
#>
#> [[11]]$county_unitary
#> [1] "City of Leicester"
#>
#> [[11]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[11]]$district_borough
#> NULL
#>
#> [[11]]$district_borough_type
#> NULL
#>
#> [[11]]$region
#> [1] "East Midlands"
#>
#> [[11]]$country
#> [1] "England"
#>
#> [[11]]$longitude
#> [1] -1.083014
#>
#> [[11]]$latitude
#> [1] 52.63303
#>
#> [[11]]$eastings
#> [1] 462158
#>
#> [[11]]$northings
#> [1] 304314
#>
#> [[11]]$min_eastings
#> [1] 461758
#>
#> [[11]]$min_northings
#> [1] 303918
#>
#> [[11]]$max_eastings
#> [1] 462730
#>
#> [[11]]$max_northings
#> [1] 304875
#>
#>
#> [[12]]
#> [[12]]$code
#> [1] "osgb4000000074567076"
#>
#> [[12]]$name_1
#> [1] "Scotland Hills"
#>
#> [[12]]$name_1_lang
#> NULL
#>
#> [[12]]$name_2
#> NULL
#>
#> [[12]]$name_2_lang
#> NULL
#>
#> [[12]]$local_type
#> [1] "Suburban Area"
#>
#> [[12]]$outcode
#> [1] "CT3"
#>
#> [[12]]$county_unitary
#> [1] "Kent"
#>
#> [[12]]$county_unitary_type
#> [1] "County"
#>
#> [[12]]$district_borough
#> [1] "Canterbury"
#>
#> [[12]]$district_borough_type
#> [1] "District"
#>
#> [[12]]$region
#> [1] "South East"
#>
#> [[12]]$country
#> [1] "England"
#>
#> [[12]]$longitude
#> [1] 1.121609
#>
#> [[12]]$latitude
#> [1] 51.28224
#>
#> [[12]]$eastings
#> [1] 617790
#>
#> [[12]]$northings
#> [1] 158306
#>
#> [[12]]$min_eastings
#> [1] 617361
#>
#> [[12]]$min_northings
#> [1] 157908
#>
#> [[12]]$max_eastings
#> [1] 618249
#>
#> [[12]]$max_northings
#> [1] 158788
#>
#>
# }