::reflora_summary() refloraR
reflora_summary
Documentation for
reflora_summary()
from the refloraR package.
Description {
Summarize current available plant specimen records at
\href
{ https://ipt.jbrj.gov.br/reflora/ }
{ REFLORA Virtual Herbarium }
hosted by the \href
{ https://www.gov.br/jbrj/pt-br }
{ Rio de Janeiro Botanical Garden } .
}
Details
Arguments
Argument | Description |
---|---|
uppercase letters or leave it as | |
uppercase letters or leave it as | |
{ dir } { Pathway to the computer’s directory, where the table-formatted summary will be saved. The default is to create a directory named |
Value {
A dataframe summarizing current available plant specimen records in
REFLORA Virtual Herbarium.
}
Examples
\examples
{
\dontrun
{
reflora_summary(herbarium = c("ALCB", "HUEFS", "K", "RB"),
verbose = TRUE,
save = TRUE,
dir = "reflora_summary")
}
}