Introduction
The pallas package allows users to query SPARQL endpoints from R. As composing SPARQL queries can be complicated, pallas also provides a set of utilities in the S7 framework to assist the user.
Installation instructions
Get the latest stable R release from CRAN. Then install pallas from GitHub with remotes:
install.packages("remotes")
remotes::install_github("minotau-R/pallas")