Skip to content

Commit

Permalink
fix dataset name in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
asbates committed Dec 18, 2023
1 parent 46c5b67 commit bda673f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/post_processing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ There are a few considerations when using `apply_row_masks()`:
Different table formats call for different handling of row labels, depending on the preferences of an individual organization and the specifics of the table at hand. **Tplyr** inherently creates row labels as separate columns, but similar to the way that count layers nest the inner and the outer layer, we also offer the `collapse_row_labels()` function to pull multiple row labels into a single column.

```{r collapse_row_labels}
dat <- tplyr_table(adsl, TRT01P) %>%
dat <- tplyr_table(tplyr_adsl, TRT01P) %>%
add_layer(
group_count(RACE, by = vars("Race n (%)", SEX))
) %>%
Expand Down

0 comments on commit bda673f

Please sign in to comment.