get_all: Get all for some column

View source: R/ecopart_get_all.R

get_allR Documentation

Get all for some column

Description

Get all for some column

Usage

get_all(zoo, col_name, pixel_conv = F)

Arguments

zoo

an ecopart object or zoo_list

col_name

a column name in the zoo_dfs

pixel_conv

if using a size metric, should you convert the pixel size?

Examples

# Get depth information
ecopart_example |> 
  get_all('depth_including_offset') |> 
  mean()

# Get size range
ecopart_example |> 
  get_all('esd', pixel_conv = TRUE) |> 
  range()

TheAlexBarth/EcotaxaTools documentation built on Nov. 14, 2024, 8:27 p.m.