View source: R/validate_arg_df_not_null.R
| validate_arg_df_not_null | R Documentation |
df is not NULLInternal function to validate the default value of the argument df.
validate_arg_df_not_null(df = NULL, function_name = NULL)
df |
(required; dataframe, tibble, or sf) A dataframe with responses
(optional) and predictors. Must have at least 10 rows for pairwise
correlation analysis, and |
function_name |
(optional, character string) Name of the function performing the argument check. Default: NULL |
dataframe
Other argument_validation:
drop_geometry_column(),
validate_arg_df(),
validate_arg_encoding_method(),
validate_arg_f(),
validate_arg_function_name(),
validate_arg_max_cor(),
validate_arg_max_vif(),
validate_arg_predictors(),
validate_arg_preference_order(),
validate_arg_quiet(),
validate_arg_responses()
data(vi_smol)
df <- validate_arg_df_not_null(
df = vi_smol
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.