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]
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 11 Apr. 2025.
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
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/10Downloads for virtuoso0246810121416TrendBars

Today's Hot Picks in Authors and Packages

extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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