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.
See also
place_lookup
for documentation.
Examples
# \donttest{
place_query("Hills")
#> [[1]]
#> [[1]]$code
#> [1] "osgb4000000074574731"
#>
#> [[1]]$name_1
#> [1] "Berwick Hills"
#>
#> [[1]]$name_1_lang
#> NULL
#>
#> [[1]]$name_2
#> NULL
#>
#> [[1]]$name_2_lang
#> NULL
#>
#> [[1]]$local_type
#> [1] "Suburban Area"
#>
#> [[1]]$outcode
#> [1] "TS3"
#>
#> [[1]]$county_unitary
#> [1] "Middlesbrough"
#>
#> [[1]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[1]]$district_borough
#> NULL
#>
#> [[1]]$district_borough_type
#> NULL
#>
#> [[1]]$region
#> [1] "North East"
#>
#> [[1]]$country
#> [1] "England"
#>
#> [[1]]$longitude
#> [1] -1.20577
#>
#> [[1]]$latitude
#> [1] 54.56005
#>
#> [[1]]$eastings
#> [1] 451459
#>
#> [[1]]$northings
#> [1] 518602
#>
#> [[1]]$min_eastings
#> [1] 450839
#>
#> [[1]]$min_northings
#> [1] 517640
#>
#> [[1]]$max_eastings
#> [1] 451963
#>
#> [[1]]$max_northings
#> [1] 519361
#>
#>
#> [[2]]
#> [[2]]$code
#> [1] "osgb4000000074555222"
#>
#> [[2]]$name_1
#> [1] "Tan Hills"
#>
#> [[2]]$name_1_lang
#> NULL
#>
#> [[2]]$name_2
#> NULL
#>
#> [[2]]$name_2_lang
#> NULL
#>
#> [[2]]$local_type
#> [1] "Village"
#>
#> [[2]]$outcode
#> [1] "DH2"
#>
#> [[2]]$county_unitary
#> [1] "County Durham"
#>
#> [[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.597868
#>
#> [[2]]$latitude
#> [1] 54.82239
#>
#> [[2]]$eastings
#> [1] 425936
#>
#> [[2]]$northings
#> [1] 547579
#>
#> [[2]]$min_eastings
#> [1] 425721
#>
#> [[2]]$min_northings
#> [1] 547375
#>
#> [[2]]$max_eastings
#> [1] 426221
#>
#> [[2]]$max_northings
#> [1] 547875
#>
#>
#> [[3]]
#> [[3]]$code
#> [1] "osgb4000000074568110"
#>
#> [[3]]$name_1
#> [1] "Nun Hills"
#>
#> [[3]]$name_1_lang
#> NULL
#>
#> [[3]]$name_2
#> NULL
#>
#> [[3]]$name_2_lang
#> NULL
#>
#> [[3]]$local_type
#> [1] "Suburban Area"
#>
#> [[3]]$outcode
#> [1] "OL13"
#>
#> [[3]]$county_unitary
#> [1] "Lancashire"
#>
#> [[3]]$county_unitary_type
#> [1] "County"
#>
#> [[3]]$district_borough
#> [1] "Rossendale"
#>
#> [[3]]$district_borough_type
#> [1] "District"
#>
#> [[3]]$region
#> [1] "North West"
#>
#> [[3]]$country
#> [1] "England"
#>
#> [[3]]$longitude
#> [1] -2.224568
#>
#> [[3]]$latitude
#> [1] 53.69105
#>
#> [[3]]$eastings
#> [1] 385268
#>
#> [[3]]$northings
#> [1] 421645
#>
#> [[3]]$min_eastings
#> [1] 384958
#>
#> [[3]]$min_northings
#> [1] 421437
#>
#> [[3]]$max_eastings
#> [1] 385465
#>
#> [[3]]$max_northings
#> [1] 421937
#>
#>
#> [[4]]
#> [[4]]$code
#> [1] "osgb4000000074569230"
#>
#> [[4]]$name_1
#> [1] "Cross Hills"
#>
#> [[4]]$name_1_lang
#> NULL
#>
#> [[4]]$name_2
#> NULL
#>
#> [[4]]$name_2_lang
#> NULL
#>
#> [[4]]$local_type
#> [1] "Village"
#>
#> [[4]]$outcode
#> [1] "BD20"
#>
#> [[4]]$county_unitary
#> [1] "North Yorkshire"
#>
#> [[4]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[4]]$district_borough
#> NULL
#>
#> [[4]]$district_borough_type
#> NULL
#>
#> [[4]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[4]]$country
#> [1] "England"
#>
#> [[4]]$longitude
#> [1] -1.989919
#>
#> [[4]]$latitude
#> [1] 53.90184
#>
#> [[4]]$eastings
#> [1] 400760
#>
#> [[4]]$northings
#> [1] 445075
#>
#> [[4]]$min_eastings
#> [1] 398551
#>
#> [[4]]$min_northings
#> [1] 444126
#>
#> [[4]]$max_eastings
#> [1] 401868
#>
#> [[4]]$max_northings
#> [1] 445644
#>
#>
#> [[5]]
#> [[5]]$code
#> [1] "osgb4000000074544460"
#>
#> [[5]]$name_1
#> [1] "Wheatley Hills"
#>
#> [[5]]$name_1_lang
#> NULL
#>
#> [[5]]$name_2
#> NULL
#>
#> [[5]]$name_2_lang
#> NULL
#>
#> [[5]]$local_type
#> [1] "Suburban Area"
#>
#> [[5]]$outcode
#> [1] "DN2"
#>
#> [[5]]$county_unitary
#> NULL
#>
#> [[5]]$county_unitary_type
#> NULL
#>
#> [[5]]$district_borough
#> [1] "Doncaster"
#>
#> [[5]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[5]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[5]]$country
#> [1] "England"
#>
#> [[5]]$longitude
#> [1] -1.100679
#>
#> [[5]]$latitude
#> [1] 53.53897
#>
#> [[5]]$eastings
#> [1] 459698
#>
#> [[5]]$northings
#> [1] 405078
#>
#> [[5]]$min_eastings
#> [1] 458941
#>
#> [[5]]$min_northings
#> [1] 404220
#>
#> [[5]]$max_eastings
#> [1] 460614
#>
#> [[5]]$max_northings
#> [1] 405620
#>
#>
#> [[6]]
#> [[6]]$code
#> [1] "osgb4000000074572024"
#>
#> [[6]]$name_1
#> [1] "Lister Hills"
#>
#> [[6]]$name_1_lang
#> NULL
#>
#> [[6]]$name_2
#> NULL
#>
#> [[6]]$name_2_lang
#> NULL
#>
#> [[6]]$local_type
#> [1] "Suburban Area"
#>
#> [[6]]$outcode
#> [1] "BD7"
#>
#> [[6]]$county_unitary
#> NULL
#>
#> [[6]]$county_unitary_type
#> NULL
#>
#> [[6]]$district_borough
#> [1] "Bradford"
#>
#> [[6]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[6]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[6]]$country
#> [1] "England"
#>
#> [[6]]$longitude
#> [1] -1.770226
#>
#> [[6]]$latitude
#> [1] 53.79351
#>
#> [[6]]$eastings
#> [1] 415234
#>
#> [[6]]$northings
#> [1] 433046
#>
#> [[6]]$min_eastings
#> [1] 414935
#>
#> [[6]]$min_northings
#> [1] 432878
#>
#> [[6]]$max_eastings
#> [1] 415497
#>
#> [[6]]$max_northings
#> [1] 433534
#>
#>
#> [[7]]
#> [[7]]$code
#> [1] "osgb4000000074570252"
#>
#> [[7]]$name_1
#> [1] "Old Hills"
#>
#> [[7]]$name_1_lang
#> NULL
#>
#> [[7]]$name_2
#> NULL
#>
#> [[7]]$name_2_lang
#> NULL
#>
#> [[7]]$local_type
#> [1] "Suburban Area"
#>
#> [[7]]$outcode
#> [1] "BD16"
#>
#> [[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.830166
#>
#> [[7]]$latitude
#> [1] 53.84417
#>
#> [[7]]$eastings
#> [1] 411272
#>
#> [[7]]$northings
#> [1] 438671
#>
#> [[7]]$min_eastings
#> [1] 411081
#>
#> [[7]]$min_northings
#> [1] 438457
#>
#> [[7]]$max_eastings
#> [1] 411581
#>
#> [[7]]$max_northings
#> [1] 438957
#>
#>
#> [[8]]
#> [[8]]$code
#> [1] "osgb4000000074571332"
#>
#> [[8]]$name_1
#> [1] "Bailey 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.841124
#>
#> [[8]]$latitude
#> [1] 53.85213
#>
#> [[8]]$eastings
#> [1] 410549
#>
#> [[8]]$northings
#> [1] 439555
#>
#> [[8]]$min_eastings
#> [1] 410241
#>
#> [[8]]$min_northings
#> [1] 439253
#>
#> [[8]]$max_eastings
#> [1] 410741
#>
#> [[8]]$max_northings
#> [1] 439863
#>
#>
#> [[9]]
#> [[9]]$code
#> [1] "osgb4000000074560483"
#>
#> [[9]]$name_1
#> [1] "Six Hills"
#>
#> [[9]]$name_1_lang
#> NULL
#>
#> [[9]]$name_2
#> NULL
#>
#> [[9]]$name_2_lang
#> NULL
#>
#> [[9]]$local_type
#> [1] "Hamlet"
#>
#> [[9]]$outcode
#> [1] "LE14"
#>
#> [[9]]$county_unitary
#> [1] "Leicestershire"
#>
#> [[9]]$county_unitary_type
#> [1] "County"
#>
#> [[9]]$district_borough
#> [1] "Charnwood"
#>
#> [[9]]$district_borough_type
#> [1] "District"
#>
#> [[9]]$region
#> [1] "East Midlands"
#>
#> [[9]]$country
#> [1] "England"
#>
#> [[9]]$longitude
#> [1] -1.047886
#>
#> [[9]]$latitude
#> [1] 52.78155
#>
#> [[9]]$eastings
#> [1] 464317
#>
#> [[9]]$northings
#> [1] 320865
#>
#> [[9]]$min_eastings
#> [1] 464113
#>
#> [[9]]$min_northings
#> [1] 320481
#>
#> [[9]]$max_eastings
#> [1] 464613
#>
#> [[9]]$max_northings
#> [1] 321055
#>
#>
#> [[10]]
#> [[10]]$code
#> [1] "osgb4000000074547803"
#>
#> [[10]]$name_1
#> [1] "Red Hills"
#>
#> [[10]]$name_1_lang
#> NULL
#>
#> [[10]]$name_2
#> NULL
#>
#> [[10]]$name_2_lang
#> NULL
#>
#> [[10]]$local_type
#> [1] "Hamlet"
#>
#> [[10]]$outcode
#> [1] "CA11"
#>
#> [[10]]$county_unitary
#> [1] "Westmorland and Furness"
#>
#> [[10]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[10]]$district_borough
#> NULL
#>
#> [[10]]$district_borough_type
#> NULL
#>
#> [[10]]$region
#> [1] "North West"
#>
#> [[10]]$country
#> [1] "England"
#>
#> [[10]]$longitude
#> [1] -2.769233
#>
#> [[10]]$latitude
#> [1] 54.6501
#>
#> [[10]]$eastings
#> [1] 350463
#>
#> [[10]]$northings
#> [1] 528605
#>
#> [[10]]$min_eastings
#> [1] 349916
#>
#> [[10]]$min_northings
#> [1] 528349
#>
#> [[10]]$max_eastings
#> [1] 350584
#>
#> [[10]]$max_northings
#> [1] 528849
#>
#>
place_query("Hills", limit = 12)
#> [[1]]
#> [[1]]$code
#> [1] "osgb4000000074574731"
#>
#> [[1]]$name_1
#> [1] "Berwick Hills"
#>
#> [[1]]$name_1_lang
#> NULL
#>
#> [[1]]$name_2
#> NULL
#>
#> [[1]]$name_2_lang
#> NULL
#>
#> [[1]]$local_type
#> [1] "Suburban Area"
#>
#> [[1]]$outcode
#> [1] "TS3"
#>
#> [[1]]$county_unitary
#> [1] "Middlesbrough"
#>
#> [[1]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[1]]$district_borough
#> NULL
#>
#> [[1]]$district_borough_type
#> NULL
#>
#> [[1]]$region
#> [1] "North East"
#>
#> [[1]]$country
#> [1] "England"
#>
#> [[1]]$longitude
#> [1] -1.20577
#>
#> [[1]]$latitude
#> [1] 54.56005
#>
#> [[1]]$eastings
#> [1] 451459
#>
#> [[1]]$northings
#> [1] 518602
#>
#> [[1]]$min_eastings
#> [1] 450839
#>
#> [[1]]$min_northings
#> [1] 517640
#>
#> [[1]]$max_eastings
#> [1] 451963
#>
#> [[1]]$max_northings
#> [1] 519361
#>
#>
#> [[2]]
#> [[2]]$code
#> [1] "osgb4000000074555222"
#>
#> [[2]]$name_1
#> [1] "Tan Hills"
#>
#> [[2]]$name_1_lang
#> NULL
#>
#> [[2]]$name_2
#> NULL
#>
#> [[2]]$name_2_lang
#> NULL
#>
#> [[2]]$local_type
#> [1] "Village"
#>
#> [[2]]$outcode
#> [1] "DH2"
#>
#> [[2]]$county_unitary
#> [1] "County Durham"
#>
#> [[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.597868
#>
#> [[2]]$latitude
#> [1] 54.82239
#>
#> [[2]]$eastings
#> [1] 425936
#>
#> [[2]]$northings
#> [1] 547579
#>
#> [[2]]$min_eastings
#> [1] 425721
#>
#> [[2]]$min_northings
#> [1] 547375
#>
#> [[2]]$max_eastings
#> [1] 426221
#>
#> [[2]]$max_northings
#> [1] 547875
#>
#>
#> [[3]]
#> [[3]]$code
#> [1] "osgb4000000074568110"
#>
#> [[3]]$name_1
#> [1] "Nun Hills"
#>
#> [[3]]$name_1_lang
#> NULL
#>
#> [[3]]$name_2
#> NULL
#>
#> [[3]]$name_2_lang
#> NULL
#>
#> [[3]]$local_type
#> [1] "Suburban Area"
#>
#> [[3]]$outcode
#> [1] "OL13"
#>
#> [[3]]$county_unitary
#> [1] "Lancashire"
#>
#> [[3]]$county_unitary_type
#> [1] "County"
#>
#> [[3]]$district_borough
#> [1] "Rossendale"
#>
#> [[3]]$district_borough_type
#> [1] "District"
#>
#> [[3]]$region
#> [1] "North West"
#>
#> [[3]]$country
#> [1] "England"
#>
#> [[3]]$longitude
#> [1] -2.224568
#>
#> [[3]]$latitude
#> [1] 53.69105
#>
#> [[3]]$eastings
#> [1] 385268
#>
#> [[3]]$northings
#> [1] 421645
#>
#> [[3]]$min_eastings
#> [1] 384958
#>
#> [[3]]$min_northings
#> [1] 421437
#>
#> [[3]]$max_eastings
#> [1] 385465
#>
#> [[3]]$max_northings
#> [1] 421937
#>
#>
#> [[4]]
#> [[4]]$code
#> [1] "osgb4000000074569230"
#>
#> [[4]]$name_1
#> [1] "Cross Hills"
#>
#> [[4]]$name_1_lang
#> NULL
#>
#> [[4]]$name_2
#> NULL
#>
#> [[4]]$name_2_lang
#> NULL
#>
#> [[4]]$local_type
#> [1] "Village"
#>
#> [[4]]$outcode
#> [1] "BD20"
#>
#> [[4]]$county_unitary
#> [1] "North Yorkshire"
#>
#> [[4]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[4]]$district_borough
#> NULL
#>
#> [[4]]$district_borough_type
#> NULL
#>
#> [[4]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[4]]$country
#> [1] "England"
#>
#> [[4]]$longitude
#> [1] -1.989919
#>
#> [[4]]$latitude
#> [1] 53.90184
#>
#> [[4]]$eastings
#> [1] 400760
#>
#> [[4]]$northings
#> [1] 445075
#>
#> [[4]]$min_eastings
#> [1] 398551
#>
#> [[4]]$min_northings
#> [1] 444126
#>
#> [[4]]$max_eastings
#> [1] 401868
#>
#> [[4]]$max_northings
#> [1] 445644
#>
#>
#> [[5]]
#> [[5]]$code
#> [1] "osgb4000000074544460"
#>
#> [[5]]$name_1
#> [1] "Wheatley Hills"
#>
#> [[5]]$name_1_lang
#> NULL
#>
#> [[5]]$name_2
#> NULL
#>
#> [[5]]$name_2_lang
#> NULL
#>
#> [[5]]$local_type
#> [1] "Suburban Area"
#>
#> [[5]]$outcode
#> [1] "DN2"
#>
#> [[5]]$county_unitary
#> NULL
#>
#> [[5]]$county_unitary_type
#> NULL
#>
#> [[5]]$district_borough
#> [1] "Doncaster"
#>
#> [[5]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[5]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[5]]$country
#> [1] "England"
#>
#> [[5]]$longitude
#> [1] -1.100679
#>
#> [[5]]$latitude
#> [1] 53.53897
#>
#> [[5]]$eastings
#> [1] 459698
#>
#> [[5]]$northings
#> [1] 405078
#>
#> [[5]]$min_eastings
#> [1] 458941
#>
#> [[5]]$min_northings
#> [1] 404220
#>
#> [[5]]$max_eastings
#> [1] 460614
#>
#> [[5]]$max_northings
#> [1] 405620
#>
#>
#> [[6]]
#> [[6]]$code
#> [1] "osgb4000000074572024"
#>
#> [[6]]$name_1
#> [1] "Lister Hills"
#>
#> [[6]]$name_1_lang
#> NULL
#>
#> [[6]]$name_2
#> NULL
#>
#> [[6]]$name_2_lang
#> NULL
#>
#> [[6]]$local_type
#> [1] "Suburban Area"
#>
#> [[6]]$outcode
#> [1] "BD7"
#>
#> [[6]]$county_unitary
#> NULL
#>
#> [[6]]$county_unitary_type
#> NULL
#>
#> [[6]]$district_borough
#> [1] "Bradford"
#>
#> [[6]]$district_borough_type
#> [1] "MetropolitanDistrict"
#>
#> [[6]]$region
#> [1] "Yorkshire and the Humber"
#>
#> [[6]]$country
#> [1] "England"
#>
#> [[6]]$longitude
#> [1] -1.770226
#>
#> [[6]]$latitude
#> [1] 53.79351
#>
#> [[6]]$eastings
#> [1] 415234
#>
#> [[6]]$northings
#> [1] 433046
#>
#> [[6]]$min_eastings
#> [1] 414935
#>
#> [[6]]$min_northings
#> [1] 432878
#>
#> [[6]]$max_eastings
#> [1] 415497
#>
#> [[6]]$max_northings
#> [1] 433534
#>
#>
#> [[7]]
#> [[7]]$code
#> [1] "osgb4000000074570252"
#>
#> [[7]]$name_1
#> [1] "Old Hills"
#>
#> [[7]]$name_1_lang
#> NULL
#>
#> [[7]]$name_2
#> NULL
#>
#> [[7]]$name_2_lang
#> NULL
#>
#> [[7]]$local_type
#> [1] "Suburban Area"
#>
#> [[7]]$outcode
#> [1] "BD16"
#>
#> [[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.830166
#>
#> [[7]]$latitude
#> [1] 53.84417
#>
#> [[7]]$eastings
#> [1] 411272
#>
#> [[7]]$northings
#> [1] 438671
#>
#> [[7]]$min_eastings
#> [1] 411081
#>
#> [[7]]$min_northings
#> [1] 438457
#>
#> [[7]]$max_eastings
#> [1] 411581
#>
#> [[7]]$max_northings
#> [1] 438957
#>
#>
#> [[8]]
#> [[8]]$code
#> [1] "osgb4000000074571332"
#>
#> [[8]]$name_1
#> [1] "Bailey 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.841124
#>
#> [[8]]$latitude
#> [1] 53.85213
#>
#> [[8]]$eastings
#> [1] 410549
#>
#> [[8]]$northings
#> [1] 439555
#>
#> [[8]]$min_eastings
#> [1] 410241
#>
#> [[8]]$min_northings
#> [1] 439253
#>
#> [[8]]$max_eastings
#> [1] 410741
#>
#> [[8]]$max_northings
#> [1] 439863
#>
#>
#> [[9]]
#> [[9]]$code
#> [1] "osgb4000000074560483"
#>
#> [[9]]$name_1
#> [1] "Six Hills"
#>
#> [[9]]$name_1_lang
#> NULL
#>
#> [[9]]$name_2
#> NULL
#>
#> [[9]]$name_2_lang
#> NULL
#>
#> [[9]]$local_type
#> [1] "Hamlet"
#>
#> [[9]]$outcode
#> [1] "LE14"
#>
#> [[9]]$county_unitary
#> [1] "Leicestershire"
#>
#> [[9]]$county_unitary_type
#> [1] "County"
#>
#> [[9]]$district_borough
#> [1] "Charnwood"
#>
#> [[9]]$district_borough_type
#> [1] "District"
#>
#> [[9]]$region
#> [1] "East Midlands"
#>
#> [[9]]$country
#> [1] "England"
#>
#> [[9]]$longitude
#> [1] -1.047886
#>
#> [[9]]$latitude
#> [1] 52.78155
#>
#> [[9]]$eastings
#> [1] 464317
#>
#> [[9]]$northings
#> [1] 320865
#>
#> [[9]]$min_eastings
#> [1] 464113
#>
#> [[9]]$min_northings
#> [1] 320481
#>
#> [[9]]$max_eastings
#> [1] 464613
#>
#> [[9]]$max_northings
#> [1] 321055
#>
#>
#> [[10]]
#> [[10]]$code
#> [1] "osgb4000000074560697"
#>
#> [[10]]$name_1
#> [1] "Crown Hills"
#>
#> [[10]]$name_1_lang
#> NULL
#>
#> [[10]]$name_2
#> NULL
#>
#> [[10]]$name_2_lang
#> NULL
#>
#> [[10]]$local_type
#> [1] "Suburban Area"
#>
#> [[10]]$outcode
#> [1] "LE5"
#>
#> [[10]]$county_unitary
#> [1] "City of Leicester"
#>
#> [[10]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[10]]$district_borough
#> NULL
#>
#> [[10]]$district_borough_type
#> NULL
#>
#> [[10]]$region
#> [1] "East Midlands"
#>
#> [[10]]$country
#> [1] "England"
#>
#> [[10]]$longitude
#> [1] -1.083014
#>
#> [[10]]$latitude
#> [1] 52.63303
#>
#> [[10]]$eastings
#> [1] 462158
#>
#> [[10]]$northings
#> [1] 304314
#>
#> [[10]]$min_eastings
#> [1] 461758
#>
#> [[10]]$min_northings
#> [1] 303918
#>
#> [[10]]$max_eastings
#> [1] 462730
#>
#> [[10]]$max_northings
#> [1] 304875
#>
#>
#> [[11]]
#> [[11]]$code
#> [1] "osgb4000000074560908"
#>
#> [[11]]$name_1
#> [1] "Spinney 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.107609
#>
#> [[11]]$latitude
#> [1] 52.63557
#>
#> [[11]]$eastings
#> [1] 460490
#>
#> [[11]]$northings
#> [1] 304576
#>
#> [[11]]$min_eastings
#> [1] 459998
#>
#> [[11]]$min_northings
#> [1] 303973
#>
#> [[11]]$max_eastings
#> [1] 460774
#>
#> [[11]]$max_northings
#> [1] 304937
#>
#>
#> [[12]]
#> [[12]]$code
#> [1] "osgb4000000074547803"
#>
#> [[12]]$name_1
#> [1] "Red Hills"
#>
#> [[12]]$name_1_lang
#> NULL
#>
#> [[12]]$name_2
#> NULL
#>
#> [[12]]$name_2_lang
#> NULL
#>
#> [[12]]$local_type
#> [1] "Hamlet"
#>
#> [[12]]$outcode
#> [1] "CA11"
#>
#> [[12]]$county_unitary
#> [1] "Westmorland and Furness"
#>
#> [[12]]$county_unitary_type
#> [1] "UnitaryAuthority"
#>
#> [[12]]$district_borough
#> NULL
#>
#> [[12]]$district_borough_type
#> NULL
#>
#> [[12]]$region
#> [1] "North West"
#>
#> [[12]]$country
#> [1] "England"
#>
#> [[12]]$longitude
#> [1] -2.769233
#>
#> [[12]]$latitude
#> [1] 54.6501
#>
#> [[12]]$eastings
#> [1] 350463
#>
#> [[12]]$northings
#> [1] 528605
#>
#> [[12]]$min_eastings
#> [1] 349916
#>
#> [[12]]$min_northings
#> [1] 528349
#>
#> [[12]]$max_eastings
#> [1] 350584
#>
#> [[12]]$max_northings
#> [1] 528849
#>
#>
# }