getStoxKeys: Get the keys of a StoX format

Description Usage Arguments

View source: R/Utilities.R

Description

Get the keys of a StoX format

Usage

1
2
3
4
5
getStoxKeys(
  StoxDataType = c("StoxBiotic", "StoxAcoustic"),
  level = NULL,
  keys.out = c("all", "only.present", "all.but.present")
)

Arguments

StoxDataType

The name of the StoX format (only StoxBiotic implemented yet).

level

The name of the level/table to get keys for.

keys.out

Specification of what to return. One of "all", to return all keys of the level; "only.present", to return only the key of the level; and "all.but.present", to return all keys except the present key.


RstoxData documentation built on July 17, 2021, 5:08 p.m.