I have an output with formulas from what I believe to be an Oracle database. It uses multiple indent levels to assign hierarchy levels. These levels are lost when I read the file into R (via CSV or readxl::read_excel, etc).
The screenshot is an example (LibreOffice, but it looks the same in Excel). The formulas states "Sum of children" and these these children follow in the indented list below it (up to, not including SO2). The file from the screenshot can be found here.
How can I pick up these indentation levels in R? (or any other workaround)