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.5)spec_0.1.9.zip(r-4.4)spec_0.1.9.zip(r-4.3)
spec_0.1.9.tgz(r-4.4-any)spec_0.1.9.tgz(r-4.3-any)
spec_0.1.9.tar.gz(r-4.5-noble)spec_0.1.9.tar.gz(r-4.4-noble)
spec_0.1.9.tgz(r-4.4-emscripten)spec_0.1.9.tgz(r-4.3-emscripten)
spec.pdf |spec.html✨
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 9 months agofrom:3e7a0ef4fa. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
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 |