diff --git a/cran-comments.md b/cran-comments.md index 26a668e8..a35c0f51 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ -## Submission 1.2.0 -* Several bug fixes and the addition of new functions `add_missing_subjects()`, `set_limit_data_by()`, `collapse_row_labels()`, and `replace_leading_whitespace()` +## Submission 1.2.1 +* Added metadata handling for features introduced in 1.2.0, added function `add_anti_join()` ## Test Environments diff --git a/man/add_anti_join.Rd b/man/add_anti_join.Rd index c6956075..5d0bc5ca 100644 --- a/man/add_anti_join.Rd +++ b/man/add_anti_join.Rd @@ -18,7 +18,7 @@ A tplyr_meta object } \description{ An anti-join allows a tplyr_meta object to refer to data that should be -extract from a separate dataset, like the population data of a Tplyr table, +extracted from a separate dataset, like the population data of a Tplyr table, that is unavailable in the target dataset. The primary use case for this is the presentation of missing subjects, which in a Tplyr table is presented using the function \code{add_missing_subjects_row()}. The missing subjects