Thefinto package provides tools to access the serivicefor interoperable thesauri, ontologies and classification schemes fordifferent subject areas.
The devel version of finto can be installed from GitHub asfollows:
# Install finto if not already installedif (!requireNamespace("finto",quietly =TRUE)) { remotes::install_github("fennicahub/finto")}remotes::install_github("fennicahub/finto")The basic functionality of ‘finto’ can be explored as follows:
# Load the packagelibrary(finto)# Perform a simple search and print a tableconcepts<-search_concepts("sibelius")head(concepts)Contributions are very welcome:
This package is in no way officially related to or endorsed byFinto.
When using metadata retrieved from Finto database in your work,please indicate that the metadata source is Finto. If your re-useinvolves some kind of modification to data or text, please state thisclearly to the end user. See Finto policy oncopyright and free re-use of data formore detailed information and certain exceptions.