ch_locations | R Documentation |
A dataset containing geographic information about 26 locations in Switzerland. This data includes unique identifiers, names, and geographic coordinates (latitude and longitude) for each location.
ch_locations
ch_locations
A data frame with 26 rows and 4 columns:
A character
vector representing the unique identifier for each Swiss location (e.g., "JU", "LU").
A character
vector representing the name of each location (e.g., "Jura", "Luzern").
A numeric
vector representing the latitude of each location in WGS84 (EPSG: 4326) coordinate reference system.
A numeric
vector representing the longitude of each location in WGS84 (EPSG: 4326) coordinate reference system.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.