Stephanie Zimmer

Results 21 issues of Stephanie Zimmer

Adaptation of us_state_grid2 which adds Puerto Rico (PR) to the bottom right. Relevant map: https://upload.wikimedia.org/wikipedia/commons/1/13/United_States_in_its_region_%28Lower_50_and_Puerto_Rico_special%29.svg Grid data: ``` "row","col","code","name" 6,7,"AL","Alabama" 1,1,"AK","Alaska" 6,2,"AZ","Arizona" 6,5,"AR","Arkansas" 6,1,"CA","California" 5,3,"CO","Colorado" 2,10,"CT","Connecticut" 4,11,"DE","Delaware" 7,9,"FL","Florida" 6,8,"GA","Georgia" 8,1,"HI","Hawaii"...

This seems like a more logical default given the context people will expect. Documentation already states: This addresses issue #141

`survey_mean` and `survey_prop` are vary similar. I feel, based on the function name, `survey_prop` should default to `proportion=TRUE`. Thoughts?

## Prework * [x ] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) 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,...

Type: ☹︎ Bug

I'm trying to incorporate recommendations [here](https://bookdown.org/yihui/rmarkdown-cookbook/text-width.html) to break the lines of R output in a PDF but I can't get it to work. See example of what I changed [here](https://github.com/yihui/bookdown-crc/compare/master...szimmer:bookdown-crc:master)...

Currently, tbl_svysummary() allows several statistics output for categorical variables. Specifically, the following 2: - `p`: percentage - `p.std.error`: standard error of the sample proportion computed with [survey::svymean()] For tables, it...

If I have a summary which is long, I sometimes want to add `print(n=bignumber)` to the end to get all of the summary to print but this doesn't behave as...

**Is your feature request related to a problem? Please describe.** Census now allows calls without an API key. Allow users to not specify API key at all. Very useful to...

next version
feature request

This addresses the feature request #87 See example below with reprex. Reprex output slight modified to replacye my actual key with xxxxxxxxxx ``` r # devtools::install_github("https://github.com/szimmer/censusapi/tree/allow-null-key") library(censusapi) #> #> Attaching...

Rather than installing while running code, add the package as a dependency. This works better with usage of renv and probably other package maintainers as loading of the package is...