nzffdr_get_table {nzffdr} | R Documentation |
Get NZFFD search terms
Description
Lists of possible argument options for function nzffdr_import()
.
Usage
nzffdr_get_table(x = c("fish_method", "institution", "taxon"))
Arguments
x |
one of "fish_method", "institution" or "taxon", depending on which argument values are wanted. |
Details
Returns the possible argument values for arguments: fish_method,
institution and taxon, used in the function nzffdr_import()
.
This function requires an internet connection to query NIWA's database.
Value
A dataframe or character string of argument options.
Examples
## Not run:
dat <- nzffdr_get_table("taxon")
## End(Not run)
[Package nzffdr version 2.1.0 Index]