Skip to content

Commit

Permalink
#163: added sdtm.oak to publish workflow to ensure the post will render
Browse files Browse the repository at this point in the history
  • Loading branch information
manciniedoardo committed Oct 24, 2024
1 parent 4ada412 commit ac807f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
riskmetric
tidyCDISC
mirai
sdtm.oak
- name: Install tinytex
run: quarto install tool tinytex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ As you can see in this function call, the raw dataset and variable names are pas

{sdtm.oak} is designed to handle any type of raw input format. It is not tied to any specific data collection standards, making it both EDC-agnostic and data standards-agnostic.

# Why not use {dplyr}?
# Why not use dplyr?

As you can see from the definition of the algorithms, all of them are a form of {dplyr::mutate()} statement.
However, these functions provide a way to pass dataset and variable names as arguments and the ability to merge with the previous step by id variables.
Expand Down

0 comments on commit ac807f4

Please sign in to comment.