make_wideTable: make_wideTable. Reformats the longTable output (by result)...

Description Usage Arguments Details Value See Also Examples

View source: R/make_wideTable.R

Description

Reformats the longTable output (by result) from get_localNWIS into wide format (by sample)

Usage

1

Arguments

x

A dataframe output from get_localNWIS

Details

The wide format data frame format is primarily for visual inspection of data. A number of important metadata are missing from this table and thus it is not recommended to use these data in analyis

Value

A wide format data.frame

See Also

get_localNWIS

Examples

1
2
3
data("exampleData",package="sedReview")
x <- exampleData
make_wideTableOut <- make_wideTable(x)

USGS-R/sedReview documentation built on Aug. 24, 2020, 9 p.m.