dq_missing_months_times_homeless: Find Missing Months or Times Homeless

View source: R/04_DataQuality_utils.R

dq_missing_months_times_homelessR Documentation

Find Missing Months or Times Homeless

Description

Find Missing Months or Times Homeless

Usage

dq_missing_months_times_homeless(
  served_in_date_range,
  vars,
  guidance = NULL,
  rm_dates = NULL,
  app_env = get_app_env(e = rlang::caller_env())
)

Arguments

served_in_date_range

(data.frame) See served_in_date_range

vars

(named list)

  • prep Column names for Prep

  • we_want Column names for output

guidance

(list) See guidance

rm_dates

(named list) with all dates specified or calculated in dates

app_env

(app_env) R6 Object containing dependencies. If all arguments to this function are saved in the app_env, then they will be called from there and arguments do not need to be specified.

Value

(data.frame) vars$we_want and Issue (Issue Name), Type (Error or Warning), and Guidance (How to correct the issue)

See Also

Other DQ: Missing Data at Entry: dq_date_homeless_after_entry(), dq_detail_missing_disabilities(), dq_dkr_LoS(), dq_dkr_months_times_homeless(), dq_dkr_prior_living_situation(), dq_invalid_months_times_homeless(), dq_missing_approx_date_homeless(), dq_missing_living_situation(), dq_missing_previous_street_ESSH(), dq_missing_prior_living_situation(), dq_months_homeless_tbd()


COHHIO/Rm_data documentation built on Dec. 9, 2024, 2:10 p.m.