check_download_status: Check Download Status of Plazi Treatment

Description Usage Arguments Details Value Examples

View source: R/plazi.R

Description

Looks in a Plazi corpus directory and updates a Plazi information frame with it. Tells you which treatments have been downloaded.

Usage

1
check_download_status(plazi_id, corpus_dir, xml_schema)

Arguments

plazi_id

character vector, with Plazi ID's whose status ought to be checked

corpus_dir

string, where the Plazi treatment files have been downloaded.

xml_schema

an object of class 'xml_schema', containing information about the xml_schema

Details

In description below, "string" refers to a character vector of length 1.

Value

logical vector

Examples

1
2
download_status = check_download_status(plazi_info$id,
  corpus_dir = "/media/obkms/plazi-corpus-xml", xml_schema = taxonx)

pensoft/ropenbio documentation built on Dec. 17, 2020, 5:50 a.m.