Get a dataframe of updated billable status for project owned by CTS-IT staff
Source:R/redcap_projects.R
update_billable_if_owned_by_ctsit.Rd
Ignore the current state billable and review every project owned by CTS-IT staff
Examples
if (FALSE) { # \dontrun{
conn <- redcapcustodian::connect_to_redcap_db()
billable_updates <- update_billable_if_owned_by_ctsit(conn)
dbx::dbxUpdate(conn,
table = "redcap_entity_project_ownership",
records = billable_updates$update_records,
where_cols = c("id")
)
} # }