Closed chenandrewy closed 1 year ago
Christoph Reschenhofer writes:
I wanted you to know that I may have found a bug in one of the R-files for Datadownload. In Line 359 you grepl from the downloaded files. I think the name of the files changed. https://github.com/OpenSourceAP/CrossSection/blob/cabb77ffe949d41dfeefcde043e31bf39be1a0c4/Signals/Code/DataDownloads/ZJR_InputOutputMomentum.R#L359 However, providing “Supply_Tables_1997-2 …. “ in the grepl function resolves the issue. pathSupply = fls$Name[grepl("Supply_Tables_1997-2[0-9]{3}_sum.xlsx", fls$Name, ignore.case = TRUE)]
Fixed here dec0f8dcd1fdec6c09d6a669fe331f3e577aebed
Christoph Reschenhofer writes: