Create vintages table from XLSX files
Usage
create_vintages_from_xlsx(
file,
type = c("long", "horizontal", "vertical"),
periodicity,
...
)
Arguments
- file
character containing the name of the file which the data are to be read from.
- type
character specifying the type of representation of the input between
"long"
,"horizontal"
and"vertical"
approach.- periodicity
Integer. Periodicity of the time period (12, 4 or 1 for resp. monthly, quarterly or annual data)
- ...
Arguments to be passed to
readxl::read_excel()
, for example:sheet
character containing the sheet to readrange
A cell range to read fromcol_names
a boolean to use the first row as column names...
See also
create_vintages_from_csv()
, create_vintages()
which this function wraps.