nacnudus / unpivotr

Unpivot complex and irregular data layouts in R
https://nacnudus.github.io/unpivotr/
Other
185 stars 19 forks source link

Advanced addressing #55

Open nacnudus opened 2 years ago

nacnudus commented 2 years ago

After partitioning, have a function to re-index row, col and address relative to the origin (top-left cell) of each partition.

Have a way to refer to a range, scoped to the partition or sheet. R1C1 notation might be the most useful, especially if extended to use negative numbers to refer to positions relative to the final row and column of a partition or sheet.