Learn R Programming

SHARK4R (version 1.0.2)

load_station_bundle: Load station database (station.txt) from path, NODC_CONFIG, or package bundle

Description

Load station database (station.txt) from path, NODC_CONFIG, or package bundle

Usage

load_station_bundle(station_file = NULL, verbose = TRUE)

Value

A data frame containing the station database.

Arguments

station_file

Optional path to a station.txt file.

verbose

Logical; if TRUE, prints messaging about which source is used.