How to efficiently import multiple excel tables located in one sheet into an R list?
问题 Task I am trying to import tables situated in a single excel sheet into an R object as efficiently as possible ( list will be fine, as I can take the rest of the calculations from there). Nuance The tables are actually excel ranges not excel tables , but they are structured and look like tables: here is an example of an excel range that should be imported as a table in R: Ranges(In a table form) are not of the same length and can be situated anywhere in the same sheet. Reproducible Example