Get values for multiple entities from a Rxs tree, list of trees, or full Rxs project object

get_multipleValues(
  x,
  entityIds = NULL,
  entityIdsRegex = NULL,
  lookInValueLists = TRUE,
  merge_all = TRUE,
  silent = metabefor::opts$get("silent")
)

Arguments

x

The tree, tree list, or full Rxs project object.

entityIds

The entity identifiers of the values to get

entityIdsRegex

A regular expression to match again entity identifiers to obtain the entityIds.

lookInValueLists

Whether to also look inside value lists

merge_all

When merging dataframes, if the number of rows is different, for each source, what to pass as the all parameter.

silent

Whether to be silent or chatty.

Value

A dataframe