tidy_grid {rerddapXtracto} | R Documentation |
convert result of 'rxtracto_3D' or 'rxtractogon' to tidy long-format
Description
tidy_grid
is a function to convert result of 'rxtracto_3D' or 'rxtractogon' to "tidy" long-format
Usage
tidy_grid(response, as_tibble = TRUE)
Arguments
response |
data frame returned from 'rxtracto_3D'()' or 'rxtractogon()' |
as_tibble |
whether to return as tibble or datafrome |
Value
a dataframe in long-format
Examples
MBsst_tidy <-tidy_grid(MBsst)
[Package rerddapXtracto version 1.2.3 Index]