R/get_contacts.R

#' get_contacts()
#'
#' This function returns the number of contacts a participant had with LAYC services.
#' @param df dataframe: the name of the dataframe containing the information.
#' @return data frame
#' @export
#' @examples
#' get_contacts(df = my_data)
get_contacts <- function(df) {

}
thelayc/laycDosage documentation built on May 31, 2019, 9:16 a.m.