Getting Started
Run the core dvs workflow on a small dataset, from R or the CLI.
This section has the install steps and two walkthroughs of the core dvs loop:
one with library(dvs), one from the terminal.
🔗The core workflow
The CLI and the R package expose the same four verbs: init, add, status,
get. Both walkthroughs take one small dataset (R's built-in Theoph, saved as
a CSV) through the full loop: initialize a project, add the file, check status,
delete it, then get it back.
- R walkthrough: the workflow with
library(dvs). - CLI walkthrough: the same workflow from the terminal.
Once the basics are clear, the R Package and CLI sections document every function and command (the R Package section also covers the R-only helper utilities), and Internals goes deeper on storage and configuration.
🔗Installation (advanced users)
CLI (the dvs binary), with cargo:
cargo install --git https://github.com/A2-ai/dvs2 --locked --force --all-features dvs-cli
R package (dvs), with rv:
rv add dvs --git https://github.com/A2-ai/dvs2 --branch main --directory dvs-rpkg