find_cell: Returns a cell from a grid table, using row, column and name...

Description Usage Arguments Value

View source: R/find_cell.R

Description

Returns a cell from a grid table, using row, column and name for identification of selection and property.

Usage

1
find_cell(table, row, col, name = "core-fg")

Arguments

table

the grid table to search

row

the desired row number, considering all grobs

col

the desired column number, considering all grobs

name

the desired table property, default "core-fg".

Value

the table cell from the grid layout


greatgray/scorecard documentation built on May 17, 2019, 8:34 a.m.