# Load the test data
data(test_project)
# View structure
str(test_project)
# Create a Gantt chart
# \donttest{
chart <- Ganttify(
wbs_structure = test_project$wbs_structure,
activities = test_project$activities,
color_config = list(mode = "wbs", wbs = test_project$colors)
)
chart
# }
Run the code above in your browser using DataLab