Closed llrs closed 6 months ago
Try to provide a way to remove a row or a column.
Something like:
positions$name[!positions$row %in% remove_positions | !positions$column %in% remove_positions | !positions$name %in% remove_positions]
Perhaps with a warning if a row/column (B) and a position (A1) is added.
Try to provide a way to remove a row or a column.
Something like:
Perhaps with a warning if a row/column (B) and a position (A1) is added.