inspectRow: Inspect a single (nested) row of a data frame

View source: R/inspectRow.R

inspectRowR Documentation

Inspect a single (nested) row of a data frame

Description

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)

acidgenomics/bb8 documentation built on Feb. 1, 2024, 11:38 a.m.