Description Usage Arguments Value Examples
View source: R/convert_lengths.R
Converts fish length data using the length conversion table. Returns an arrow dataset.
1 |
data |
An arrow dataset of fish data. See |
data_conv An arrow dataset with converted lengths
1 2 3 4 5 6 7 | library(dplyr)
fish <- open_fish() %>%
filter(Taxa %in% c("Dorosoma petenense", "Morone saxatilis", "Spirinchus thaleichthys"))
fish_conv <- convert_lengths(fish) %>%
collect()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.