Learn R Programming

CoordinateCleaner (version 1.0-7)

capitals: Global Capital Locations

Description

A gazetteer of global capital coordinates.

Usage

data("capitals")

Arguments

Format

A data frame with 225 observations on the following 4 variables.

ISO3

a factor, ISO-3 country code.

capital

a factor, capital names.

longitude

a numeric vector.

latitude

a numeric vector.

Examples

Run this code
# NOT RUN {
data(capitals)
str(capitals)
# }

Run the code above in your browser using DataLab