| egor_options {egor} | R Documentation |
Display names and values of global egor options.
Description
Display names and values of global egor options.
Usage
egor_options()
Details
Currently egor makes use of the following global options. Use
options() to change values.
egor.print.rows.active.level
-
Numeric. Amount of rows to display when printing the active level of anegorobject.
egor.print.rows.inactive.level
-
Numeric. Amount of rows to display when printing the inactive levels of anegorobject.
egor.print.switch.active.level.to.top
-
Logical. When printing an egor object, should the active data-level always be printed first?
egor.return.results.with.design
-
Logical.egorfunctions that return ego-level results (e.g. one value per ego) return asvy_tblobject containing theego_design(), when this is set toTRUE.
[Package egor version 1.24.2 Index]