Other packages > Find by keyword >

virtuoso  

Interface to 'Virtuoso' using 'ODBC'
View on CRAN: Click here


Download and install virtuoso package within the R console
Install from CRAN:
install.packages("virtuoso")

Install from Github:
library("remotes")
install_github("cran/virtuoso")

Install by package version:
library("remotes")
install_version("virtuoso", "0.1.8")



Attach the package and use:
library("virtuoso")
Maintained by
Carl Boettiger
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-04-06
Latest Update: 2021-11-02
Description:
Provides users with a simple and convenient mechanism to manage and query a 'Virtuoso' database using the 'DBI' (Data-Base Interface) compatible 'ODBC' (Open Database Connectivity) interface. 'Virtuoso' is a high-performance "universal server," which can act as both a relational database, supporting standard Structured Query Language ('SQL') queries, while also supporting data following the Resource Description Framework ('RDF') model for Linked Data. 'RDF' data can be queried using 'SPARQL' ('SPARQL' Protocol and 'RDF' Query Language) queries, a graph-based query that supports semantic reasoning. This allows users to leverage the performance of local or remote 'Virtuoso' servers using popular 'R' packages such as 'DBI' and 'dplyr', while also providing a high-performance solution for working with large 'RDF' 'triplestores' from 'R.' The package also provides helper routines to install, launch, and manage a 'Virtuoso' server locally on 'Mac', 'Windows' and 'Linux' platforms using the standard interactive installers from the 'R' command-line.By automatically handling these setup steps, the package can make using 'Virtuoso' considerably faster and easier for a most users to deploy in a local environment. Managing the bulk import of triples from common serializations with a single intuitive command is another key feature of this package.Bulk import performance can be tens to hundreds of times faster than the comparable imports using existing 'R' tools, including 'rdflib' and 'redland' packages.
How to cite:
Carl Boettiger (2019). virtuoso: Interface to 'Virtuoso' using 'ODBC'. R package version 0.1.8, https://cran.r-project.org/web/packages/virtuoso. Accessed 07 Nov. 2024.
Previous versions and publish date:
0.1.3 (2019-04-06 14:00), 0.1.4 (2020-01-10 22:10), 0.1.5 (2020-09-01 10:40), 0.1.6 (2021-03-23 02:00), 0.1.7 (2021-11-01 17:10)
Other packages that cited virtuoso R package
View virtuoso citation profile
Other R packages that virtuoso depends, imports, suggests or enhances
Complete documentation for virtuoso
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
bacondecomp  
Goodman-Bacon Decomposition
Decomposition for differences-in-differences with variation in treatment timing from Goodman-Bacon ...
Download / Learn more Package Citations See dependency  
con2aqi  
Calculate the AQI from Pollutant Concentration
To calculate the AQI (Air Quality Index) from pollutant concentration data. O3, PM2.5, PM10, CO, SO ...
Download / Learn more Package Citations See dependency  
robregcc  
Robust Regression with Compositional Covariates
We implement the algorithm estimating the parameters of the robust regression model with composition ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA