Not yet implemented

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

Examples

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