Handle deprecated argument
deprecate_arg(old_arg, new_arg, old_name, new_name, fn_name, version = "0.5.0")new_arg, or old_arg if it is supplied, in which case a
deprecation warning is issued via lifecycle::deprecate_warn().
the deprecated argument value
the new argument value
the old argument name (with dot)
the new argument name (with underscore)
the function name
the version when deprecated