Get a dataframe of updated billable status for project ownership projects, set all projects as billable except those created by CTS-IT staff
Source:R/redcap_projects.R
update_billable_by_ownership.Rd
Get a dataframe of updated billable status for project ownership projects, set all projects as billable except those created by CTS-IT staff
Examples
if (FALSE) { # \dontrun{
conn <- redcapcustodian::connect_to_redcap_db()
billable_updates <- update_billable_by_ownership(conn)
dbx::dbxUpdate(conn,
table = "redcap_entity_project_ownership",
records = billable_updates$update_records,
where_cols = c("id")
)
} # }