ed_tables_conn: Connections between tables

View source: R/tables_conn.R

ed_tables_connR Documentation

Connections between tables

Description

To understand how various EIDITH tables are connected via their column names. Visualizing these connections is helpful in determining how to join eidith tables for further analyses, and is available for both PREDICT 1 ed_tables_conn and PREDICT 2 ed2_tables_conn databases.

Usage

ed_tables_conn(cols = "id")

ed2_tables_conn(cols = "id")

Arguments

cols

can be either all or id. If all, all common columns are presented. If id, only unique id columns are shown. Default value is id.

Value

a data frame with three columns: T1 and T2 corresponding to eidith tables, and conn, the connecting column.

Examples

ed_tables_conn()
ed_tables_conn(cols = "all")
ed2_tables_conn()


ecohealthalliance/eidith documentation built on Aug. 30, 2022, 7:45 a.m.