Learn R Programming

gmwmx2 (version 0.0.2)

download_all_stations_ngl: Download all stations name and location from the Nevada Geodetic Laboratory

Description

Download all stations name and location from the Nevada Geodetic Laboratory

Usage

download_all_stations_ngl(verbose = FALSE)

Value

Return a data.frame with all stations name, latitude, longitude and heights.

Arguments

verbose

A boolean that controls the level of detail in the output of the wget command used to load data. Default is FALSE.

Examples

Run this code
df_all_stations <- download_all_stations_ngl()
head(df_all_stations)

Run the code above in your browser using DataLab