Daniel Sjoberg

Results 203 issues of Daniel Sjoberg

Would this interfere with the renaming function? https://insightsengineering.github.io/cards/latest-tag/reference/unlist_ard_columns.html

I see two kinds of functions. 1. The first to simply grab a statistic from an ARD. This is perhaps already covered by the `get_ard_statistics()` function. ![Image](https://github.com/user-attachments/assets/4b1d1552-2f69-4977-8d9e-2ba379ac3795) 2. The second...

1. Do we need to update any existing articles based on new functions/features? 2. Do we need any new articles to illustrate a workflow/using multiple functions together?

We don't need an exact match, more like a `setequal()` match of values

Should we add an argument that skips the input checks, e.g. `ard_tabulate(dev_mode = TRUE)` and we won't check the classes of inputs, won't process tidyselect, etc. This could improve efficiency...

As people need to QC tables that are built with `tbl_strata()`, they will often need to QC the counts within the stratum, and I am not sure there is a...

A SO user requested this table https://stackoverflow.com/questions/79687069 ![Image](https://github.com/user-attachments/assets/bf1f8222-d70a-46e4-b980-1b012d68a5f1) I thought I could create a single ard that stacked the ards from `ard_hierarchical()` and `cardx::ard_incidence_rate()`, and create the table. But when...

@edelarua I am open to making a change in the package for when a data frame with no observations is passed to a function. If you specify the null report...

I've come across a few examples where some variables in a table need the missing and others not. We could easily update the default to be `missing = everything() ~...