From 5f6a9b6135e58f6267b00bb5395860e70bc800f3 Mon Sep 17 00:00:00 2001 From: Rammprasad Ganapathy Date: Wed, 23 Oct 2024 06:19:14 +0000 Subject: [PATCH] spelling error --- posts/zzz_DO_NOT_EDIT_introducing.../introducing_sdtm.oak.qmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/posts/zzz_DO_NOT_EDIT_introducing.../introducing_sdtm.oak.qmd b/posts/zzz_DO_NOT_EDIT_introducing.../introducing_sdtm.oak.qmd index 70eceace..4f83f171 100644 --- a/posts/zzz_DO_NOT_EDIT_introducing.../introducing_sdtm.oak.qmd +++ b/posts/zzz_DO_NOT_EDIT_introducing.../introducing_sdtm.oak.qmd @@ -189,8 +189,6 @@ cm <- As you can see in this function call, the raw dataset and variable names are passed as arguments. As long as the raw dataset and variable are present in the global environment, the function will execute the algorithm's logic and create the target SDTM variable. -{sdtm.oak} is designed to handle any type of input raw format. It is not tied to any specific data collection standards, making it both EDC and data standards agnostic. - # Why not use {dplyr}? As you can see from the definition of the algorithms, all of them are a form of mutate statement.