check_activity: check_activity()

Description Usage Arguments Value Examples

Description

This function checks if active ETO partipants have some service activity recorded through either "point of service", "touchpoint", "assessment" or "referrals".

Usage

1
2
check_activity(enroll_file, pos_file, tp_file, asmt_file, ref_file,
  save_output = FALSE)

Arguments

enroll_file

character vector: the name of the file which the enrollment data are to be read from. This must be a .txt file exported from the [Admin] raw_enrollment_report

pos_file

character vector: the name of the file which the "point of service" data are to be read from. This must be a .txt file exported from the '[Admin] raw_pos_report'

tp_file

character vector: the name of the file which the "touchpoint" data are to be read from. This must be a .txt file exported from the '[Admin] raw_touchpoint_report'

asmt_file

character vector: the name of the file which the "assessment" data are to be read from. This must be a .txt file exported from the '[Admin] raw_assessment_report'

ref_file

character vector: the name of the file which the "referral" data are to be read from. This must be a .txt file exported from the '[Admin] raw_referral_report

save_output

logical: FALSE: Return output on screen, TRUE: Save output in the "output" folder in the working directory

Value

plot and data frame

Examples

1
check_activity(enroll_file = './data/enroll.txt', pos_file = './data/pos.txt', asmt_file = './data/asmt.txt', ref_file = './data/ref.txt')

thelayc/laycUtils documentation built on May 31, 2019, 9:17 a.m.