reflora_parse

Documentation for reflora_parse() from the refloraR package.
refloraR::reflora_parse()

Description {

Read Darwin Core Archive (DwC-A) files from any downloaded dwca

folder 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
dwca folders are. }
dwca folders are. }
uppercase letters or leave it as
uppercase letters or leave it as

Value {

A list of dwca files, including data and associated metada.

}

Examples

 \examples
{


\dontrun
{




reflora_download(herbarium = c("ALCB", "HUEFS", "K", "RB"),

                 verbose = TRUE,

                 dir = "reflora_download")



dwca <- reflora_parse(path = "reflora_download",

                      verbose = TRUE)

}




}