Skip to content

Commit

Permalink
#28: Styler update
Browse files Browse the repository at this point in the history
  • Loading branch information
SPUJ (Siddhesh Pujari) committed Oct 26, 2024
1 parent a4814d8 commit cf7bac4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vignettes/advs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ For deriving categorization variables (`AVALCATx`, `BASECATx`)
documentation of the function for details).

```{r eval=TRUE}
avalcat_lookup <- exprs(
~PARAMCD, ~condition, ~AVALCAT1, ~AVALCA1N,
"BMI", AVAL < 18.5, "Underweight", 1,
Expand All @@ -264,8 +263,6 @@ advs <- advs %>%
definition = avalcat_lookup,
by_vars = exprs(PARAMCD)
)
```

```{r eval=TRUE, echo=FALSE}
Expand All @@ -279,7 +276,6 @@ dataset_vignette(
In a similar way, we will create `BASECATy`/ `BASECAvN` variables.

```{r eval=TRUE}
basecat_lookup <- exprs(
~PARAMCD, ~condition, ~BASECAT1, ~BASECA1N,
"BMI", BASE < 18.5, "Underweight", 1,
Expand Down

0 comments on commit cf7bac4

Please sign in to comment.