Scans a directory for Xetra ETF XLSX files, extracts the XLM column and associated metadata, and returns a combined data frame with standardized column names and parsed dates.
Usage
read_xlm_directory(directory, header_rows = c(4, 5), col_types = NULL)Details
Each XLSX file is processed with read_xlsx_hdr(), filtered to the
relevant XLM, ticker, and product-name fields (stored in
columns xlm, ticker, name, and date). The Month–Year embedded
in the XLM column name is parsed and used as the observation date.
See also
Other XLM functions:
plot_xlms()
