dot-printGroupMatch: Select a group from a data.frame, format into a printable...

.printGroupMatchR Documentation

Select a group from a data.frame, format into a printable string

Description

Get the first group of a grouped data.frame matching a condition and format output for printing an error message.

Usage

.printGroupMatch(df, flt)

Arguments

df

A data.frame or tibble

flt

An (unquoted) expression for using with dplyr::filter

Value

A character string, length 1, containing the results of printing the first group of df that matches condition flt.


HelenLindsay/AbNames documentation built on June 6, 2023, 1:18 p.m.