logTime: Load data from OfficeTime export into my time recording DB...

Description Usage Arguments

Description

Load data from OfficeTime export into my time recording DB Takes a file name and squirts the info into the time recording database. It will check if data already exists for the dates and stop rather than write duplicate entries.

Usage

1
2
logTime(fileName = NULL, projDir = "/Users/pschofield/Projects/time_sheet/",
  dbName = "timeSheet.db")

Arguments

fileName

name of officetime output file

projDir

default directory of the project

dbName

default name of the timesheet sqlite database


PietaSchofield/pietalib documentation built on May 8, 2019, 3:18 a.m.