Description Usage Format Details Value Examples
Used to fetch the latest geonames daily dump page containing the latest updates.
1  | 
namefilename with extension, character
last modifiedcharacter
sizechr
descriptioncharacter
filenamecharacter
file typecharacter
urlcharacter
isotwo letters iso country code, character
othernon iso files
The function fetches the geonames daily dump page at http://download.geonames.org/export/dump/ consisting of a table with "Name", "Last Modified", "Size" and "Description". The Name field is parsed to create a file_name and file_type column. The files are a mix of individual country files (e.g. AD.zip) and other files (e.g. allCountries.zip, admin2Codes.txt etc.). To facilitate country name matching the file name is parsed into iso2c (iso) for two letter country codes. This allows the table to be joined with other data sources.
a data frame containing the geonames daily dump page contents.
1  | ## Not run: places_table()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.