- path
path to the xlsx file.
- by
string with the time step of the series (e.g.: 'month', 'day', '6 hour',
'3 hour', '1 hour', '15 min'
). By default this argument is set to 'day'
. If
you set it as 'none'
, the function will ignore automatic gap filling.
- out_name
optional. String vector with user defined variable(s) column(s) name(s).
- sheet
optional. Sheet to read. Either a string (the name of a sheet), or an integer
(the position of the sheet). If neither argument specifies the sheet, defaults to the
first sheet.
- skip
optional. Minimum number of rows to skip before reading anything, be it
column names or data. Leading empty rows are automatically skipped, so this is a lower bound.
- get_sheet
logical indicating whether you want to print available sheet names
(TRUE
) in the file or not.