meta_operator: Meta Operator (Column Concatenation Operator)

meta_operatorR Documentation

Meta Operator (Column Concatenation Operator)

Description

Adds a Tibble to the graph attribute 'meta' (or concatenates to existing Tibble) for use in subsequent graph decorators that might use the data argument to select columns from Tibble:

Usage

t1 %m% t2

Arguments

t1

data frame or tibble containing some data

t2

data frame or tibble containing some other data to merge

Value

Merged data frame by columns of t1 and t2


esteinig/netviewr documentation built on Oct. 20, 2024, 5:16 a.m.