Description Usage Arguments Value Examples
Read a maintenance planning
1 2 | read_planning(path, sheet = "Planning", start_col = "A",
start_row = 16)
|
path |
Character. Path to the Excel file |
sheet |
Character. Sheet in which the planning can be found. Defaults to 'Planning'. |
start_col |
Character. Leftmost column of the planning (upper-case letter). Defaults to 'A'. |
start_row |
Integer. Row number of the planning's header. Defaults to 16. |
A 12-column data.table
: the same 12 columns as in the Excel sheet. Useless rows
are dropped, and values from the first 4 columns are repeated in order to obtain a 'tidy'
dataset.
1 2 3 4 5 6 | ## Not run:
mydt <- read_planning("1805_Planning Mensuel GDF SUEZ_REF.xlsx")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.