plotrix (version 3.6-3)

get.gantt.info: Gather the information to create a Gantt chart

Description

Allows the user to enter the information for a Gantt chart.

Usage

get.gantt.info(format="%Y/%m/%d")

Arguments

format
the format to be used in entering dates/times. Defaults to YYYY/mm/dd. See strptime for various date/time formats.

Value

The list used to create the chart. Elements are:

See Also

gantt.chart

Examples

Run this code
 cat("Enter task times using HH:MM (hour:minute) format\n")
 get.gantt.info("%H:%M")

Run the code above in your browser using DataLab