Skip to content

Commit

Permalink
silly me
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Jul 18, 2024
1 parent 9c6b0e2 commit e0a0250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/utils_dim_control_and_checks.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dimension control and df checks ----------------------------------------------

#' Reduce number of levels in a column of a df
#' Reduce number of levels in a column of a `data.frame`
#'
#' @description `r lifecycle::badge("experimental")`
#'
Expand Down
7 changes: 2 additions & 5 deletions vignettes/data_pre_processing.Rmd
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: "Short data pre-processing tutorial"
title: "Short data analysis tutorial"
output: rmarkdown::html_vignette
author: Davide Garolini
vignette: >
%\VignetteIndexEntry{Short data pre-processing tutorial}
%\VignetteIndexEntry{Short data analysis tutorial}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}{inputenc}
---
Expand All @@ -18,15 +18,12 @@ For our purposes, we only use `random.cdisc.data::cadae` as example data because

```{r}
library(random.cdisc.data)
<<<<<<< HEAD
data("cadae")
```

```{r}
# desc_ae <- Hmisc::describe(cadae)

Check warning on line 25 in vignettes/data_pre_processing.Rmd

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=vignettes/data_pre_processing.Rmd,line=25,col=3,[commented_code_linter] Commented code should be removed.
# desc_ae$SEX
=======
>>>>>>> 43337d714f94ee0883510ac7966320adb1edeaec
```

## Reducing number of levels per variable
Expand Down

0 comments on commit e0a0250

Please sign in to comment.