systemic_therapy: Create a dataframe of Systemic Therapy from a tumor registry...

View source: R/systemic_therapy.R

systemic_therapyR Documentation

Create a dataframe of Systemic Therapy from a tumor registry that can be combined into a storyboard

Description

'systemic_therapy()'wrangles data from the Systemic Antineoplastic Therapy form of tumor registries to produce a dataframe of details about systemic therapy, which can then be incorporated into a Patient Storyboard

Usage

systemic_therapy(data)

Arguments

data

is a data frame which contains the data for which you want to create a storyboard

Value

A data frame with five variables ("record_id", "description", "value", "date", and "hover" that can be combined with others dfs with the same five variables to form a storyboard

Examples

# Test with embedded data set "storyboard_dataset"
storyboard_dataset %>%
  systemic_therapy()


TheMillerLab/StoryboardR documentation built on Jan. 12, 2023, 11:24 a.m.