read_copepod | R Documentation |
Read a copepod short form - trim to bare necessities
read_copepod( filename = list_data(copepid = "us-05101"), simplify = TRUE, select_vars = c("shp_cruise", "date", "lon", "lat", "zupper", "zlower", "value_per_vol", "value_per_area", "lifestage", "lifestage_name"), form = c("tibble", "sf")[1] )
filename |
one or more filenames. If multiples, the individual tables are row bound into one. |
simplify |
logical if TRUE trim down to a simple dataset |
select_vars |
character, the columns to select if simplyfing. Ignored
unless |
form |
character either 'tibble' or 'sf' |
tibble or sf Points object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.