rbind_soundings: Turn a list of soundings data frames into a single data frame

Description Usage Arguments Value

View source: R/rbind-soundings.R

Description

A likely idiom used with this pacakge is to generate a sequence of dates and then retrieve soundings data for those dates and then turn them into one, big-ish data frame. Generating the list of data frames is up to the caller but said list can then be passed to this function to safely rbind() them into a data frame. Empty results will be ignored.

Usage

1

Arguments

x

a list of soundings data.frames

Value

a "rbinded" single data frame


hrbrmstr/unsound documentation built on May 20, 2019, 5:42 p.m.