for_right_holder: Filters a table by (a set of) right holder(s)

Description Usage Arguments Examples

View source: R/generics.R

Description

Filters a table by right holder, translating its string name into the corresponding numeric ID as needed. For some tables, it may be necessary to add right holder information with with_right_holders first.

Usage

1
for_right_holder(.tbl, ..., .dots = NULL)

Arguments

...

a set of numeric IDs and/or string names of the desired right holders. For each string supplied, will attempt translation with find_right_holder first.

.dots

optionally, specify the arguments as a list/vector under this parameter.

Examples

1
2
3
4
5
6
week_metrics() %>%
   for_right_holder('Marília Mendonça')

day_metrics() %>%
   with_right_holders %>%
   for_right_holder('Marília Mendonça', 'MC Kevinho')

gmega/playaxdata documentation built on April 4, 2021, 5:21 a.m.