fieldguide: Generate a PDF field guide using the SBDI's field guide...

View source: R/fieldguide.R

fieldguideR Documentation

Generate a PDF field guide using the SBDI's field guide generator

Description

Not yet implemented

Usage

fieldguide(
  guids,
  title = "Field guide",
  filename = tempfile(fileext = ".pdf"),
  overwrite = FALSE
)

Arguments

guids

character: vector of GUIDs

title

string: title to use in the field guide PDF

filename

string: filename for the PDF document

overwrite

logical: overwrite the file if it already exists?

Value

filename

References

http://fieldguide.biodiversitydata.se/

See Also

search_guids

Examples

## Not run: 
fieldguide(guids=
  c("urn:lsid:biodiversity.org.au:afd.taxon:95773568-053d-44de-a624-5699f0ac4a59",
  "http://id.biodiversity.org.au/node/apni/2890970"))

## End(Not run)


biodiversitydata-se/SBDI4R documentation built on Feb. 23, 2024, 4:15 p.m.