
Filter the rows of a `cdm_table` to the ones in observation that `indexDate` is in observation.
Source:R/filterInObservation.R
filterInObservation.Rd
Filter the rows of a `cdm_table` to the ones in observation that `indexDate` is in observation.
Examples
if (FALSE) { # \dontrun{
library(PatientProfiles)
library(omock)
cdm <- mockCdmFromDataset(datasetName = "GiBleed", source = "duckdb")
cdm$condition_occurrence |>
filterInObservation(indexDate = "condition_start_date")
} # }