get_idd_relation | R Documentation |
Get field relation data
get_idd_relation(
idd_env,
class_id = NULL,
field_id = NULL,
direction = c("ref_to", "ref_by"),
depth = 0L,
name = FALSE,
class = NULL,
group = NULL,
keep_all = FALSE,
class_ref = c("both", "none", "all"),
match_all = FALSE
)
idd_env |
An environment or list contains IDD tables including class, field, and reference. |
class_id |
An integer vector of valid class indexes. Should be |
field_id |
An integer vector of valid field id. Should be |
direction |
The relation direction to extract. Should be one of
|
depth |
If > 0, the relation is searched recursively. If |
name |
If |
class , group |
A character vector of group names used for searching
relations. Default: |
class_ref |
Specify how to handle class-name-references. There are 3
options in total, i.e. |
match_all |
If |
A data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.