Learn R Programming

RCzechia (version 1.4.3)

republika: Republika

Description

Boundaries of the Czech Republic as sf polygon.

Usage

republika(resolution = "high")

Arguments

resolution

Should the function return high or low resolution shapefile? Allowed values are "high" (default) and "low". This parameter affects only the geometry column, all other fields remain the same.

Format

sf data frame with 1 row of 1 variable + geometry:

Details

Due to package size constraints the data are stored externally (and a working internet connection is required to use the package). Downloaded size of high resolution shapefile is 949.7 KB.

Examples

Run this code
# NOT RUN {
library(sf)

hranice <- republika()
plot(hranice, col = "white")

# }

Run the code above in your browser using DataLab