Package: sasif 0.1.2
sasif: 'SAS' IF Style Data Step Logic for Data Tables
Provides 'SAS'-style IF/ELSE chains, independent IF rules, and DELETE logic for 'data.table', enabling clinical programmers to express Study Data Tabulation Model (SDTM) and Analysis Data Model (ADaM)-style derivations in familiar SAS-like syntax. Methods are informed by clinical data standards described in CDISC SDTM and ADaM implementation guides. See <https://www.cdisc.org/standards/foundational/sdtm> and <https://www.cdisc.org/standards/foundational/adam>.
Authors:
sasif_0.1.2.tar.gz
sasif_0.1.2.zip(r-4.7)sasif_0.1.2.zip(r-4.6)sasif_0.1.2.zip(r-4.5)
sasif_0.1.2.tgz(r-4.6-any)sasif_0.1.2.tgz(r-4.5-any)
sasif_0.1.2.tar.gz(r-4.7-any)sasif_0.1.2.tar.gz(r-4.6-any)
sasif_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sasif/json (API)
| # Install 'sasif' in R: |
| install.packages('sasif', repos = c('https://chandrt23-lang.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/chandrt23-lang/sasif/issues
Pkgdown/docs site:https://chandrt23-lang.github.io
Last updated from:979f647e0f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 119 | ||
| source / vignettes | OK | 174 | ||
| linux-release-x86_64 | OK | 114 | ||
| macos-release-arm64 | OK | 176 | ||
| macos-oldrel-arm64 | OK | 152 | ||
| windows-devel | OK | 82 | ||
| windows-release | OK | 92 | ||
| windows-oldrel | OK | 71 | ||
| wasm-release | OK | 103 |
Exports:data_stepdelete_ifelse_doelse_if_doif_doif_independent
Dependencies:data.table
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| SAS IF-style data step logic for data.table | data_step |
| Create a SAS-style DELETE rule | delete_if |
| Create a SAS-style ELSE rule | else_do |
| Create a SAS-style ELSE IF rule | else_if_do |
| Create a SAS-style IF rule | if_do |
| Create an independent SAS-style IF rule | if_independent |
