get_handling_for_unit: Get Special Handling Codes for A Unit

View source: R/get_handling_for_unit.R

get_handling_for_unitR Documentation

Get Special Handling Codes for A Unit

Description

Get Special Handling Codes for A Unit

Usage

get_handling_for_unit(
  no_contact,
  no_solc,
  no_mail,
  no_email,
  no_phone,
  no_sms,
  other_codes,
  unit_codes = c("UC"),
  group_codes = NA,
  handling_tbl = tbl(cdw, in_schema2("CDW", "d_bio_handling_mv"))
)

Arguments

no_contact

a logical

no_solc

a logical

no_mail

a logical

no_email

a logical

no_phone

a logical

no_sms

a logical

other_codes

a character vector of any codes to include. Use this if you don't want to use the logical flags

unit_codes

a character vector of unit codes to include. 'UC' is included by default and added to all queries if you don't pass it in

group_codes

a character vector of group codes to include. If NA, rows with blank group codes are returned

handling_tbl

a tbl_Oracle where the handling data lives

Value

a tbl_Oracle with one row per unique entity_id and handling type code pair


crazybilly/ucbudar documentation built on July 15, 2024, 5:03 p.m.