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

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