Learn R Programming

ALA4R (version 1.9.1)

fieldguide: Generate a PDF field guide using the ALA's field guide generator

Description

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

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

https://fieldguide.ala.org.au/

See Also

search_guids

Examples

Run this code
# 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"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab