Tplyr icon indicating copy to clipboard operation
Tplyr copied to clipboard

Results 67 Tplyr issues
Sort by recently updated
recently updated
newest added

The row labels generate inconsistently for location and it ends up being non-intuitive. ```{r} 36 | AGE | Age (years) | Q1, Q3 | Total | q3 | 60.000000 37...

### Description In the Population Data section, the 'the' in the following sentence should be 'they': ["In CDISC standards, datasets like adae only contain adverse events when the occur"](https://github.com/atorus-research/Tplyr/blob/dabbcbff6c09d455a9152d8f2c5689f875182335/vignettes/table.Rmd#L90)

documentation

# Introduction of Metadata Build and Extraction This PR introduces all of the tooling to make use of Tplyr's metadata. For every result cell that Tplyr produces, Tplyr now has...

enhancement

# Layer Templates This draft PR introduces the concept of re-usable layer templates that allow flexible parameter declaration referenced in #66. A couple upfront design notes: - Tplyr layers are...

enhancement

### Description Desired records could be filtered during post-processing, but is there an option to create only those by groups, which are actually available in the dataset? ### Steps to...

enhancement

### Description set_missing_count() currently counts the NA's actually present in the data. I'd like to display the missing count as the number of subjects who don't have an assessment at...

enhancement

This is the initial introduction of updating Tplyr's numeric summary framework to output a dataframe directly compatible with [{tlang}](https://gsk-biostatistics.github.io/tlang/). There are two major components of this update that impact Tplyr's...

enhancement

### Prerequisites For more information, see the `CONTRIBUTING` guide. ### Description It looks like additional treatment groups aren't merging properly for denoms on the current devel branch ### Steps to...

bug

### Prerequisites For more information, see the `CONTRIBUTING` guide. ### Description Shift layer errors ### Steps to Reproduce (Bug Report Only) ``` r library(Tplyr) tplyr_table(mtcars, carb) %>% add_layer( group_shift(vars(column=vs, row=am))...

bug
good first issue

This may be a user issue and I was able to easily overcome this by tweaking my input dataset slightly and then stripping it off. Please just let me know...