Inspect a single (nested) row of a data frame
Arguments
- object
Object.
Data structure that can be coerced to data.frame.
- i
integer(1) or character(1).
Row position or name.
Value
Console output.
Invisibly returns dropped data structure.
Examples
## > object <- datasets::mtcars
## > inspectRow(object, i = 1L)