View source: R/check_arguments.R
Checks each input argument in sequence, whilst suppressing errors, to allow for one-step checking of arguments.
1 2 3 4 5 6 7 | check_arguments(
data,
connection_matrix,
variables_in_block,
block_names,
estimators
)
|
A list of lists of errors and warnings respectively that indicate what is wrong with the arguments that are entered into the path_model function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.