Re-exports from tidyprint for convenience. When tidy print is enabled, SummarizedExperiment objects display in a compact tibble-style format.

tidy_print_on(remember = FALSE)

tidy_print_off(remember = FALSE)

tidy_print_enabled()

Arguments

remember

If TRUE, saves the setting to a cache file so it persists across R sessions. If FALSE (default), the setting only affects the current session.

Value

tidy_print_on() and tidy_print_off() return TRUE or FALSE invisibly. tidy_print_enabled() returns a logical.