Skip to contents

Inspect a single (nested) row of a data frame

Usage

inspectRow(object, i)

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.

Note

Updated 2023-12-13.

Examples

## > object <- datasets::mtcars
## > inspectRow(object, i = 1L)