add_linked_status_col: Add a column defining linked status

View source: R/add.R

add_linked_status_colR Documentation

Add a column defining linked status

Description

This function is really meant to be used in a pipeline as a quick shortcut to add the linked status column

Usage

add_linked_status_col(.data, studyid_col = "studyid")

Arguments

.data

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

studyid_col

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

Value

the same data frame plus a linked_status column


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