punchOff: punchOff

Description Usage Arguments Value Examples

View source: R/punchOff.R

Description

Record when you finished working on a project, with notes. To be used in conjunction with punchOn(). Time sheet will be located in /project/project_documents/time_management.

Usage

1
punchOff(name, category = NA, notes = NA, project = ".")

Arguments

name

string: person punching off

category

string: category of work. Divide your work up into 'buckets' so you can track what part of the project you were working on. E.g. 'data analysis', 'modelling', 'write up', 'meeting'. Need to match category assigned at punchOn().

notes

string: any notes you'd like to add

project

string: the path to the project to punch off, default is "."

Value

NULL, writes to the time-log csv file

Examples

1
punchOff("Steph", "factorisation", "Completed.")

stephdesilva/consultthat documentation built on May 30, 2019, 11:46 a.m.