Skip to content
/ finto Public

❗ This is a read-only mirror of the CRAN R package repository. finto — Access the 'Finto' API. Homepage: https://fennicahub.github.io/finto/ Report bugs for this package: https://github.com/fennicahub/finto/issues

License

Notifications You must be signed in to change notification settings

cran/finto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finto

R-CMD-check issues pulls

The finto package provides tools to access the serivice for interoperable thesauri, ontologies and classification schemes for different subject areas.

Installation instructions

The devel version of finto can be installed from GitHub as follows:

# Install finto if not already installed
if (!requireNamespace("finto", quietly = TRUE)) {
  remotes::install_github("fennicahub/finto")
}
remotes::install_github("fennicahub/finto")

Example

The basic functionality of 'finto' can be explored as follows:

# Load the package
library(finto)
# Perform a simple search and print a table

concepts <- search_concepts("sibelius")
head(concepts)

Contribute

Contributions are very welcome:

Disclaimer

This package is in no way officially related to or endorsed by Finto.

When using metadata retrieved from Finto database in your work, please indicate that the metadata source is Finto. If your re-use involves some kind of modification to data or text, please state this clearly to the end user. See Finto policy on copyright and free re-use of data for more detailed information and certain exceptions.

About

❗ This is a read-only mirror of the CRAN R package repository. finto — Access the 'Finto' API. Homepage: https://fennicahub.github.io/finto/ Report bugs for this package: https://github.com/fennicahub/finto/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages