dvs_version()
Report the core crate version
dvs_version() returns the version string of the dvs core crate that the R
package is built against.
dvs_version()🔗Parameters
None.
🔗Usage
options(width = 1000)
library(dvs)
dvs_version()[1] "0.3.0"🔗Differences from the CLI
The CLI reports its version with dvs --version (or -V).