View source: R/get_handling_for_unit.R
get_handling_for_unit | R Documentation |
Get Special Handling Codes for A Unit
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"))
)
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 |
a tbl_Oracle with one row per unique entity_id and handling type code pair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.