powered by
Concatenates parent and child function names for a better message, warning, and error tracing.
validate_arg_function_name(default_name = NULL, function_name = NULL, ...)
character
(optional, character) Name of the calling function. Default: NULL
(optional, character) Name of the parent function. Default: NULL
(optional) Used to pass function_name within these functions that don't have this argument.
function_name
Other argument_validation: drop_geometry_column(), validate_arg_df(), validate_arg_df_not_null(), validate_arg_encoding_method(), validate_arg_f(), validate_arg_max_cor(), validate_arg_max_vif(), validate_arg_predictors(), validate_arg_preference_order(), validate_arg_quiet(), validate_arg_responses()
drop_geometry_column()
validate_arg_df()
validate_arg_df_not_null()
validate_arg_encoding_method()
validate_arg_f()
validate_arg_max_cor()
validate_arg_max_vif()
validate_arg_predictors()
validate_arg_preference_order()
validate_arg_quiet()
validate_arg_responses()
x <- validate_arg_function_name( default_name = "child_function", function_name = "parent_function" ) message(x)
Run the code above in your browser using DataLab