This function is DEPRECATED and will be removed in a future version.
iso_print_data_table( dt, select = everything(), filter = TRUE, print_func = default(print_func), title = NULL, unique = TRUE, ... )
| 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  | 
the passed in data table (for piping)
this is not working as well as planned - consider removing again or just allowing it to be a simplifying function..