filter_linked: Wrapper to filter out unlinked studyids from either a...

View source: R/add.R

filter_linkedR Documentation

Wrapper to filter out unlinked studyids from either a data.frame or a Dataset

Description

This is a convenience function which automatically filter for only "linked" studyids as defined by add_linked_status().

Usage

filter_linked(.data, ...)

Arguments

.data

a data frame (or tibble) or arrow Dataset with a studyid column

...

Arguments passed on to add_linked_status_col

studyid_col

the name of the study id column. Defaults to "studyid"

Examples


filter_linked(data.frame(studyid = c("sxxxx", "uxxxx")))

bcgov/dipr documentation built on June 1, 2022, 12:32 p.m.