starttc: Start the timer

Description Usage Arguments Details

View source: R/starttc.R

Description

Use a project name that you can reference.

Usage

1
2
3
4
5
6
7
starttc(
  client = "sdi",
  pn = "admin",
  description = "",
  started = NA,
  starttime = Sys.time()
)

Arguments

client

Client initials ex. 1pw, gsk, ccc

pn

Project Name

description

Description of the project

started

The time delay in decimal hour when you started the project. For example use '.50' to start the project 30 minutes ago.

starttime

The time that the project started. If you started earlier and want to catch up add

Details

This is used when you are starting a work chunk on a project. It creates a global variable, 'ps', that is used to define the start time of a project and helps build the 'timecard' ouput when the done() function is run.


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