examinedSpecimens {monographaR} | R Documentation |
Generates an examined specimens list
Description
This function will generate a txt file with an examined specimens list.
Usage
examinedSpecimens(data, filename = "examined.txt")
Arguments
data |
data.frame |
filename |
character |
Details
It requires a data.frame with eight columns, ordered as: species, collector name, collector number, herbarium acronym, herbarium number, country, state and municipality.
Value
Exports a txt file.
Author(s)
Marcelo Reginato
Examples
## loading the example data
data(monographaR_examples)
monographaR_examples$examinedSpecimens -> data
head(data)
## running the function, it will print in the terminal the output.
## To export a txt, place a name in the filename argument
## (i.e., filename = "myoutput.txt")
examinedSpecimens(data, filename = "")
[Package monographaR version 1.3.1 Index]