examinedSpecimens: Generates an examined specimens list

Description Usage Arguments Details Value Author(s) Examples

View source: R/examinedSpecimens.R

Description

This function will generate a txt file with an examined specimens list.

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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 = "")

monographaR documentation built on Oct. 23, 2020, 8:05 p.m.