gantt_verify | R Documentation |
Check the consistency of the input project data frame, return meaningful errors or warnings if something is not quite right
gantt_verify(project, by_date = FALSE, exact_date = FALSE)
project |
A data frame. See 'ganttrify::test_project' for an example. |
by_date |
Logical, defaults to FALSE If FALSE, the the start and end columns in the data frame should correspond to month numbers from the beginning of the project. If TRUE, dates in the format ("2020-10" or "2020-10-01") should be given. |
exact_date |
Logical, defaults to FALSE. If FALSE, then periods are always understood to include full months. If FALSE, then exact dates can be given. |
A data frame (a tibble) that is consistent with the format expected by [ganttrify()].
gantt_verify(project = ganttrify::test_project)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.