Description Usage Arguments Value Author(s) See Also Examples
Creates a data.frame
containing columns
that uniquely identify a fishery in the cooperatives
dataset. By default, it includes original_order
,
entered_by
, fishery_id
,
geographic_range_of_fishing_acti
, and home_port
.
1 2 | get_unique(other.variables = NULL, include.spp = TRUE, to.file = FALSE,
filename = NULL)
|
other.variables |
A character string specifying if other
variables should be included. See the |
include.spp |
A logical indicating if the columns for
|
to.file |
A logical indicating if the extraction should be written to a csv file on disk. |
filename |
If the |
a data.frame
containing the desired columns
Juan Carlos
1 2 3 4 5 | # Get unique columns excluding species and save to file
get_unique(include.spp = FALSE, to.file = TRUE)
# Get unique columns, with species, and include \code{support_of_voluntary_regs}and \code{gear_type} columns
get_unique(other.variables = c("support_of_voluntary_regs", "gear_type"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.