inspect_fields: inspect the fields in PID that share the same dimension

Description Usage Arguments Value Examples

Description

function returns the fields that are common and different as separate list

Usage

1
inspect_fields(list_PID, dim)

Arguments

dim

string list of common dimensions across PIDs that we want inspected

list_dt

string list of PIDs

Value

lists of list

Examples

1
2
3
list_dt <- c("14100370","14100367")
common_dim <- get_common_dim(list_dt)
inspect_fields(list_dt,common_dim)

Jrakru/rCANSIM documentation built on May 31, 2019, 1:48 a.m.