iso_show_default_processor_parameters: Show the current default processor parameters

Description Usage Arguments Note See Also

View source: R/settings.R

Description

Shows a table with the default function parameters for this package.

Usage

1
2
3
4
5
6
iso_show_default_processor_parameters(
  data = NULL,
  print_func = default(print_func),
  ...,
  quiet = default(quiet)
)

Arguments

data

can be used to include this function call within a pipeline

...

additional parameters to forward to the func function

quiet

whether to display (quiet=FALSE) or silence (quiet = TRUE) information messages.

func

function to use for formatting the reader parameters table, e.g. kable. Note that if the output is in RMarkdown chunks, the chunk option must have results="asis" for the table to be correctly formatted.

Note

DEPRECATE

See Also

Other settings functions: iso_get_default_processor_parameters(), iso_set_default_processor_parameters()


KopfLab/isoprocessor documentation built on Nov. 6, 2021, 10:18 p.m.