concat_encounters: Make concatenated list of encounters

Description Usage Arguments Details Value

Description

concat_encounters takes a vector of encounters and produces a concatenated list for use in EDW

Usage

1
concat_encounters(encounters, num.split = 1000)

Arguments

encounters

A character vector with the encounters

num.split

An optional numeric indicating the number to split on, default is 1000

Details

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.#'

Value

A list


bgulbis/BGTools documentation built on May 12, 2019, 8:21 p.m.