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

Description Usage Arguments

View source: R/logTime.R

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
3
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/plibb documentation built on May 6, 2019, 6:45 p.m.