combine_sdia: Combines sdia columns for use with other functions in...

Description Usage Arguments Examples

View source: R/combine_sdia.R

Description

This function combines all sdia columns starting with sdia1, sdia2, sdia3 etc. Output will be one single column named sdia. Neccesary to work with the other functions in the QRfunctions package.

Usage

1
combine_sdia(.data)

Arguments

.data

A tibble with data in QTF-format.

Examples

1
2
data(data_icd)
data_icd %>% combine_sdia() %>% identify_icd("L405", "psa")

liljamathias/QRfunctions documentation built on Jan. 20, 2021, 1:32 a.m.