download_estimated_velocities_ngl {gmwmx2}R Documentation

Download estimated velocities provided by the Nevada Geodetic Laboratory for all stations.

Description

Download estimated velocities provided by the Nevada Geodetic Laboratory for all stations.

Usage

download_estimated_velocities_ngl(verbose = FALSE)

Arguments

verbose

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

Value

Return a data.frame with all stations name, information about the time series for each station, estimated velocities and estimated standard deviation of the estimated velocities.

Examples

df_estimated_velocities <- download_estimated_velocities_ngl()
head(df_estimated_velocities)

[Package gmwmx2 version 0.0.2 Index]