.printGroupMatch | R Documentation |
Get the first group of a grouped data.frame matching a condition and format output for printing an error message.
.printGroupMatch(df, flt)
df |
A data.frame or tibble |
flt |
An (unquoted) expression for using with dplyr::filter |
A character string, length 1, containing the results of printing the first group of df that matches condition flt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.