R/example-data.R

#' Example data
#'
#' @description 
#' \code{ngp} contains data for U.S. Natural
#' Gas Pipelines minus Alaska (2018-04-01) courtesy of
#' Homeland Infrastructure Foundation-Level
#' Data (HIFLD).
#'
#' \code{states_map} is a map of the lower-48
#' United States of America.
#'
#' \code{wells} includes only Pennsylvannia wells from
#' the U.S. Oil and Gas Wells (2019) courtesy of Homeland
#' Infrastructure Foundation-Level Data (HIFLD).
#' @seealso
#' For more about the natural gas pipeline
#' and wells data, please see:
#' https://hifld-geoplatform.opendata.arcgis.com/datasets/natural-gas-pipelines
#' https://hifld-geoplatform.opendata.arcgis.com/datasets/oil-and-natural-gas-wells
#' @name example-data
"ngp"

#' @name example-data
"states_map"

#' @name example-data
"wells"
seasmith/sfx documentation built on April 1, 2024, 2:36 p.m.