Paradigm4/SciDBR: An R Interface to SciDB

A package to interact with SciDB, a database that organizes data in n-dimensional arrays. SciDB arrays consist of a coordinate system whose coordinates are called dimensions, and one or more values at each coordinate called attributes. SciDB database features include ACID transactions, parallel processing, distributed storage, and efficient sparse array storage. This R package enables running of SciDB queries using native array functional language (AFL) and optionally returning results as data frames.

Getting started

Package details

Maintainer
LicenseAGPL-3
Version4.0.4
URL https://paradigm4.github.io/SciDBR/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Paradigm4/SciDBR")
Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.