Description Usage Value Examples
The function returns a tibble with descriptive data from services including service code, detailed description and short description.
1 |
a tibble containing descriptive data for services.
1 2 3 | neuro <- m4_service_decsriptions()
neuro <- neuro[startsWith(neuro$short_description, "Neurologic"), ]
neuro[, c("service", "short_description")]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.