Skip to contents

Renames CSBT column names to the corresponding CTSIT names. This function is the inverse of transform_invoice_line_items_for_csbt, however it does NOT exclude columns not in CTSIT column names.

Usage

transform_invoice_line_items_for_ctsit(invoice_line_items)

Arguments

invoice_line_items

A dataframe with the CSBT column names

Value

The input dataframe with columns adjusted to match CTSIT format

Details

DETAILS

Examples

if (FALSE) { # \dontrun{
df_from_csbt |>
  transform_invoice_line_items_for_ctsit() |>
  janitor::clean_names()
} # }