Description Usage Arguments Details Value Examples
Parse the tumor location string to get location
1 |
str: |
tumor location string, char |
Possible locatios are c('frontal','temporal', 'occipital','parietal','cerebellar', 'thalamic', 'sellar', 'corpus callosum', 'pineal', 'midbrain').
tumor location, char
1 2 3 4 5 | data("fake_data")
# single patient
loc_str <- fake_data$events[fake_data$events$agent=='Surgery',][1,]
loc <- getLocation(loc_str$agent_detail)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.