powered by
Well-known binary versions of the Natural Earth low-resolution world boundaries and timezone boundaries.
s2_data_tbl_countriess2_data_tbl_timezoness2_data_tbl_citiess2_data_countries(name = NULL)s2_data_timezones(utc_offset_min = NULL, utc_offset_max = utc_offset_min)s2_data_cities(name = NULL)
s2_data_tbl_timezones
s2_data_tbl_cities
s2_data_countries(name = NULL)
s2_data_timezones(utc_offset_min = NULL, utc_offset_max = utc_offset_min)
s2_data_cities(name = NULL)
A data.frame with columns name (character), and geometry (wk_wkb)
name
geometry
An object of class data.frame with 120 rows and 2 columns.
data.frame
An object of class data.frame with 243 rows and 3 columns.
The name of a country, continent, city, or NULL for all features.
NULL
Minimum and/or maximum timezone offsets.
head(s2_data_countries()) s2_data_countries("Germany") s2_data_countries("Europe") head(s2_data_timezones()) s2_data_timezones(-4) head(s2_data_cities()) s2_data_cities("Cairo")
Run the code above in your browser using DataLab