find_right_holders: As 'find_right_holder', but accepts multiple right holder...

Description Usage Arguments Value See Also

View source: R/right_holder_pseudos.R

Description

As find_right_holder, but accepts multiple right holder pseudonyms.

Usage

1
2
3
4
5
6
7
find_right_holders(
  ...,
  .dots = NULL,
  mode = c("any", "all", "main"),
  if_absent = c("raise_error", "return_NA"),
  strategies = NULL
)

Arguments

...

a set of right holder names to resolve.

if_absent

how to behave when a pseudonym is missing. Can be either 'raise_error' (default), which will raise an error; or 'return_NA', which will return NAs for pseudonyms that cannot be matched.

match

mode. 'any' will return any matching pseudonym; 'all' will return all pseudonyms, 'main' will return only the main pseudonym, or error out if there is more than one.

Value

a data.frame containing a 'pseudo' and a 'right_holder_id' column. Depending on the match mode, may return multiple rows for a given pseudo.

See Also

find_right_holder


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