Package: spec 0.1.9
spec: A Data Specification Format and Interface
Creates a data specification that describes the columns of a table (data.frame). Provides methods to read, write, and update the specification. Checks whether a table matches its specification. See specification.data.frame(),read.spec(), write.spec(), as.csv.spec(), respecify.character(), and %matches%.data.frame().
Authors:
spec_0.1.9.tar.gz
spec_0.1.9.zip(r-4.7)spec_0.1.9.zip(r-4.6)spec_0.1.9.zip(r-4.5)
spec_0.1.9.tgz(r-4.6-any)spec_0.1.9.tgz(r-4.5-any)
spec_0.1.9.tar.gz(r-4.7-any)spec_0.1.9.tar.gz(r-4.6-any)
spec_0.1.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
spec/json (API)
| # Install 'spec' in R: |
| install.packages('spec', repos = c('https://bergsmat.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bergsmat/spec/issues
- drug - Simulated Pharmacometric Data
Last updated from:3e7a0ef4fa. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 111 | ||
| source / vignettes | OK | 145 | ||
| linux-release-x86_64 | OK | 145 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| windows-devel | OK | 69 | ||
| windows-release | OK | 112 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 108 |
Exports:.guide.label.required.type%matches%as.specguidetextread.specrespecifyspecificationspecifywrite.spec
Dependencies:csvdata.tableencodemagrittrstringi
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Check Whether Character matches y | %matches%.character |
| Check Whether Data Frame matches Spec | %matches%.data.frame matches |
| Coerce to Spec | as.spec |
| Coerce to Specification from Character | as.spec.character |
| Coerce to Spec from Data Frame | as.spec.data.frame |
| Simulated Pharmacometric Data | drug |
| Read Specification from File | read.spec |
| Respecify Character | respecify.character |
| Respecify Specification | respecify.spec |
| Make a Specification for a Data Frame | spec specification.data.frame |
| Specify Character | specify.character |
| Specify Data Frame | specify.data.frame |
| Write Specification to Storage | write.spec |
