pathological_staging: Create a dataframe of pathological staging from a tumor...

View source: R/pathological_staging.R

pathological_stagingR Documentation

Create a dataframe of pathological staging from a tumor registry that can be combined into a storyboard

Description

'pathological_staging()'wrangles data from the Presentation and Initial Staging form of tumor registries to produce a dataframe of details about the initial pathological staging, which can then be incorporated into a Patient Storyboard

Usage

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


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