read_timesheet: Function for reading in a timesheet. (Save timesheet as csv.)

read_timesheetR Documentation

Function for reading in a timesheet. (Save timesheet as csv.)

Description

Function for reading in a timesheet. (Save timesheet as csv.)

Usage

read_timesheet(path)

Arguments

path

Path to timesheet.

Value

timesheet data.table

Examples

## Not run: 
timesheet <- read_timesheet("timesheet.csv")
utils::write.csv(timesheet, "timesheet.csv")

## End(Not run)

max607/timesheet documentation built on July 22, 2024, 4:10 p.m.