get_det_names {naturaList} | R Documentation |
Get the names in the 'identified.by' column
Description
This function facilitates the search for non-taxonomist strings in the 'identified.by' column of occurrence records data set
Usage
get_det_names(
occ,
identified.by = "identifiedBy",
freq = FALSE,
decreasing = TRUE,
determined.by
)
Arguments
occ |
data frame with occurrence records information. |
identified.by |
column name of |
freq |
logical. If |
decreasing |
logical. sort strings in decreasing order of frequency.
Default = |
determined.by |
deprecated, use |
Value
character vector containing the strings in identified.by
column of occ
. If freq = TRUE
it return a data frame with
two columns: 'strings' and 'frequency'.
Examples
data("A.setosa")
get_det_names(A.setosa, freq = TRUE)
[Package naturaList version 0.5.2 Index]