Learn R Programming

rerddapXtracto (version 1.2.3)

tidy_grid: 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)

Value

a dataframe in long-format

Arguments

response

data frame returned from 'rxtracto_3D'()' or 'rxtractogon()'

as_tibble

whether to return as tibble or datafrome

Examples

Run this code
MBsst_tidy <-tidy_grid(MBsst)

Run the code above in your browser using DataLab