Skip to content

Commit

Permalink
Update R/meta.R
Browse files Browse the repository at this point in the history
Co-authored-by: Eli Miller <elimillera@gmail.com>
  • Loading branch information
mstackhouse and elimillera committed Feb 19, 2024
1 parent caf4595 commit a0cf280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ add_anti_join_ <- function(meta, aj) {
#' Add an anti-join onto a tplyr_meta object
#'
#' 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 `add_missing_subjects_row()`. The missing subjects
Expand Down

0 comments on commit a0cf280

Please sign in to comment.