reindex {CoreGx} | R Documentation |
This method allows integer indexes used to maintain referential integrity internal to an S4 object to be reset. This is useful particularly after subsetting an object, as certain indexes may no longer be present in the object data. Reindexing removes gaps integer indexes and ensures that the smallest contiguous integer values are used in an objects indexes.
reindex(object, ...)
object |
|
... |
|
Depends on the implemented method
print("Generics shouldn't need examples?")