Description Usage Arguments Details Value
concat_encounters takes a vector of encounters and produces a
concatenated list for use in EDW
| 1 | concat_encounters(encounters, num.split = 1000)
 | 
| encounters | A character vector with the encounters | 
| num.split | An optional numeric indicating the number to split on, default is 1000 | 
This function takes a vector of encounters and concatenates them together, separated by a semi-colon. The list is then split into the desired group size. The resulting string can be used in an EDW query prompt.#'
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.