read_task: Read task

Description Usage Arguments Details Value

View source: R/gantt.R

Description

Creates task dataframe from csv file

Usage

1
2
read_task(task_file = "task.csv", date_format = "%d/%m/%y",
  delimiter = ";")

Arguments

task_file

string path to csv file where tasks are specified

date_format

string representing format of dates in task_file

delimiter

char symbol which separates values in task_file

Details

CSV file requires column described below. The order rows are given in the file, will be also present in data.frame.

Value

data.frame with same columns as in csv file with value column added. Value column gives unique value to each task.


piotr-ole/gantt documentation built on Jan. 27, 2020, 5:01 a.m.