Stephanie Zimmer

Results 21 issues of Stephanie Zimmer

Let's say I create two survey objects: dstrata and dstrata_mod where dstrata_mod is created by using filter to make a subpopulation. The printed objects look the same. It'd be nice...

When using the function `pretty_p_value()`, I'd like the resulting character to be aligned at the decimal point for nicer usage when printing tibbles or using gt() or kable() to print...

feature

Exploring Complex Survey Data Analysis Using R: A Tidy Introduction with {srvyr} and {survey}

## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on...

Type: ☹︎ Bug
Focus: Quarto

If it's available in the API, add the universe of each table to the output. For example, tables can be limited to some of the following: - Workers 16 years...

This addresses #766 Note that while updating documentation with `devtools::document()` a few other unrelated files were changed as documentation must not have been run since some other changes had been...

Remove line from `read_sas()` documentation that states: ``` write_sas() returns the input data invisibly. ``` This isn't relevant and the function is deprecated which can lead to confusion.

Many times when using packages like here or generating a file with tempfile, the file path includes the username. I'd like this to be scrubbed from a reprex. This can...

If you use the count function and set name to be one of the existing columns you are tabulating on, you get unexpected results. This should yield either an error...

**Is your feature request related to a problem? Please describe.** A named list is useful in making sure things are in order. It could be nice that when using `tbl_merge()`...