tilltnet / egor

R Package for importing and analysing ego-centered-network data.
http://egor.tillt.net
GNU Affero General Public License v3.0
23 stars 4 forks source link

Update and test behavior of `print.egor()` #54

Closed tilltnet closed 3 years ago

tilltnet commented 4 years ago

I have pushed some changes that allow to customize the behavior of print.egor() via global options.

The active marker now also appears in green color, to make it more visible.

I am planing to make the following behavior the new default: the data-levels always appear in the same order and the active level prints 5 rows, the inactive only 2 rows. I am not entirely sure if this behavior has any unintended side effects or if anyone has good reasons not to make this the default.

Looking forward to any kind of feedback on this!

Below are some screenshots of the new behavior. rs_aatie_active rs_alter_active rs_light_aatie_active term_alter_active

tilltnet commented 3 years ago

For the sake of consistency (#3) the options ~will be renamed to~ are now named:

tilltnet commented 3 years ago

Printing of tbl_svy is currently not limiting to the specified amount of lines!

tilltnet commented 3 years ago

The behavior described above is now the standard printing behavior for egor objects.