invoicer: Generate an invoice

Description Usage Arguments

View source: R/invoicer.R

Description

Generate an invoice

Usage

1
2
3
invoicer(client, start_date, end_date, due_date = Sys.Date() + 14,
  include_dates = TRUE, aggregate = TRUE,
  key = Sys.getenv("INVOICER_GS_KEY"))

Arguments

client

client name (character/scalar)

start_date

first day of work (Date/scalar)

end_date

last day of work (Date/scalar)

due_date

date the invoice is due (Date/scalar)

include_dates

include a Date column in the invoice (logical/scalar)

aggregate

aggregate projects across dates (logical/scalar)

key

googlesheets key


anthonypileggi/invoicer documentation built on May 23, 2019, 6:02 p.m.