jabot_parse

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

Description {

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

folder at \href

{ https://ipt.jbrj.gov.br/jabot }

{ JABOT } 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
{




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

               verbose = TRUE,

               dir = "jabot_download")



dwca <- jabot_parse(path = "jabot_download",

                    verbose = TRUE)

}




}