join_pair_lists: Join two association pairs lists by their ids

Description Usage Arguments Value

View source: R/helpers.R

Description

Left join two pairs lists together. Pairs not included in pairs_b will be added as NAs to returned list and any pairs not in pairs_a will simply be ignored.

Usage

1
join_pair_lists(pairs_a, pairs_b)

Arguments

pairs_a, pairs_b

association pairs list with columns a and b encoding ids

Value

Joined version of the two association pairs with any missing pairs from pairs_b set as NA for non-id columns.


nstrayer/entropynet documentation built on Oct. 12, 2020, 2:20 a.m.