Package: ExclusionTable Title: Creating Tables of Excluded Observations Version: 1.2.0.9000 Authors@R: c( person(given = "Joshua P.", family = "Entrop", role = c("aut", "cre"), email = "joshuaentrop@posteo.de", comment = c(ORCID = "0000-0003-1614-8096")), person(given = "Simon", family = "Steiger", role = "ctb") ) Description: Instead of counting observations before and after a subset() call, the ExclusionTable() function reports the number before and after each subset() call together with the number of observations that have been excluded. This is especially useful in observational studies for keeping track how many observations have been excluded for each in-/ or exclusion criteria. You just need to provide ExclusionTable() with a dataset and a list of logical filter statements. License: CC BY 4.0 Encoding: UTF-8 URL: https://github.com/entjos/ExclusionTable/, https://entjos.github.io/ExclusionTable/ BugReports: https://github.com/entjos/ExclusionTable/issues/ Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: cli, data.table Suggests: rmarkdown, knitr, NHANES, remotes, dplyr, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Repository: https://entjos.r-universe.dev Date/Publication: 2025-04-06 11:38:34 UTC RemoteUrl: https://github.com/entjos/exclusiontable RemoteRef: HEAD RemoteSha: 083d4517b9e7955cae7ee0d01fb6a5af6e359ae1 NeedsCompilation: no Packaged: 2026-07-03 23:29:08 UTC; root Author: Joshua P. Entrop [aut, cre] (ORCID: ), Simon Steiger [ctb] Maintainer: Joshua P. Entrop