View source: R/pathological_staging.R
pathological_staging | R Documentation |
'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
pathological_staging(data)
data |
is a data frame which contains the data for which you want to create a storyboard |
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
# Test with embedded data set "storyboard_dataset" storyboard_dataset %>% pathological_staging()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.