Allows the user to enter the information for a Gantt chart.
get.gantt.info(format="%Y/%m/%d")
the format to be used in entering dates/times. Defaults to YYYY/mm/dd. See strptime for various date/time formats.
The list used to create the chart. Elements are:
The task labels to be displayed at the left of the chart.
The task starts/ends as POSIXct dates/times.
Task priorities as integers in the range 1 to 10. There can be less than 10 levels of priority, but if priorities do not start at 1 (assumed to be the highest), the default priority colors will be calculated from 1.
# NOT RUN {
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