R/seaports.R

#' Dataset of different seaports
#'
#' A dataset containing the country, country code, city, city code, and coordinates of seaports
#'
#' @usage data(seaports)
#' @format A data frame with 8736 rows and 7 variables:
#' \describe{
#'   \item{country}{Name of the country with the port}
#'   \item{city}{Name of the city with the port}
#'   \item{country_code}{Code of the country name}
#'   \item{port_code}{Code of the city port}
#'   \item{latitude}{Latitude of the port}
#'   \item{longitude}{Longitude of the port}
#' }
#' @source \url{https://www.kaggle.com/therohk/world-seaport-airport-dataset-and-codes/script}
"seaports"

Try the carbonr package in your browser

Any scripts or data that you put into this service are public.

carbonr documentation built on Oct. 17, 2024, 1:06 a.m.