iso_print_data_table: Print data table

Description Usage Arguments Value Note

View source: R/utilities.R

Description

This function is DEPRECATED and will be removed in a future version.

Usage

1
2
3
4
5
6
7
8
9
iso_print_data_table(
  dt,
  select = everything(),
  filter = TRUE,
  print_func = default(print_func),
  title = NULL,
  unique = TRUE,
  ...
)

Arguments

dt

data table

select

which columns to select (use c(...) to select multiple), supports all select syntax

filter

any filter conditions to apply, by default does not filter any

print_func

what function to use for printing (makes it easier to switch between different types of output)

title

whether to provide a title message

unique

whether to print only unique rows

...

additional parameters to forward to the func function

Value

the passed in data table (for piping)

Note

this is not working as well as planned - consider removing again or just allowing it to be a simplifying function..


KopfLab/isoprocessorCUB documentation built on Nov. 8, 2021, 9:54 a.m.