powered by
gen_address randomly return a UK address out of 10,000 UK addresses. The UK addresses were extracted from extract_address.
gen_address
extract_address
gen_address(address_file = sdglinkage::address_uk)
A data frame of addresses. The default is UK addresses.
The output is a data frame with 1 observation of 5 variables:
postcode of the UK address,
country,
primary_care_trust,
longitude of the address,
latitude of the address.
# NOT RUN { gen_address() # }
Run the code above in your browser using DataLab