Learn R Programming

cdb (version 0.0.1)

Reading and Writing Constant DataBases

Description

A constant database is a data structure created by Daniel J. Bernstein in his cdb package. Its format consists on a sequence of (key,value)-pairs. This R package replicates the basic utilities for reading (cdbget) and writing (cdbdump) constant databases.

Copy Link

Version

Install

install.packages('cdb')

Monthly Downloads

15

Version

0.0.1

License

GPL (>= 2)

Last Published

April 20th, 2013

Functions in cdb (0.0.1)

write.cdb

Writes a data frame to a text file
read.cdb

Reads a cdb file
cdb-package

Reading and Writing Constant DataBases