addtimetc: Add time to your timecard

Description Usage Arguments

View source: R/addtimetc.R

Description

This is used to add time to the timecard file and updates the timecard csv for the day.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
addtimetc(
  client = "sdi",
  pn = "admin",
  description = "",
  started = NULL,
  finished = NULL,
  notes = "",
  date = Sys.Date(),
  existing_timecard = timecard
)

Arguments

client

Client initials ex. 1pw, gsk, ccc

pn

Project Name

description

Description of the project

started

The time that the work block started. Must be a character string. ex. '08:00'

finished

The time that the work block is finished. Must be a character string. ex. '14:30'

notes

Add notes for each project if needed

date

The date the event took place. Defaults to the current date.

existing_timecard

The timecard object that will be used to record the new project activity. Does not need to exist


benrwoodard/timecardassistant documentation built on June 12, 2021, 11 p.m.