diagnosis: Wrangles data from a tumor registry regarding date of initial...

View source: R/diagnosis.R

diagnosisR Documentation

Wrangles data from a tumor registry regarding date of initial histological confirmation

Description

'diagnosis()' wrangles data from a tumor registry regarding date of initial histological confirmation of the diagnosis, which can then be incorporated into a Patient Storyboard

Usage

diagnosis(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 %>%
  diagnosis()

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