ritalic is an R package which gives you access to ITALIC mediated data via its RESTful API.
ITALIC the Information System on Italian Lichens, makes available information and resources about the lichens known to occur in Italy and bordering countries. It is maintained and updated by the Research Unit of Professor Pier Luigi Nimis, at the University of Trieste (NE Italy), Department of Life Sciences. Most of the data are derived from the Checklist of the Lichens of Italy by Nimis (2016), but nomenclatural and distributional data are being continuously updated.
You can either install the stable relase of ritalic using the version available on CRAN:
# install ritalic
install.packages("ritalic")
# load ritalic
library(ritalic)
Or you can install the development version of the package from GitHub:
# install devtools package
install.packages("devtools")
# load devtools
library(devtools)
# install ritalic
devtools::install_github("plant-data/ritalic")
# load ritalic
library(ritalic)
# Now you can use the functions available in ritalic
Italic has a guide designed to help users: function and examples
Coming soon
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.