Deprecated functions
qgis_output()
, use qgis_extract_output()
and related functions.qgis_result_single()
, use qgis_extract_output()
and related functions.qgis_detect_windows()
, use qgis_detect_windows_paths()
.qgis_detect_macos()
, use qgis_detect_macos_paths()
.qgis_use_json_input()
, use qgis_using_json_input()
.qgis_use_json_output()
, use qgis_using_json_output()
.qgis_description()
, use qgis_get_description()
.qgis_arguments()
, use qgis_get_argument_specs()
.qgis_outputs()
, use qgis_get_output_specs()
.qgis_pipe()
, use qgis_run_algorithm_p()
.qgis_tmp_clean()
, use qgis_clean_tmp()
.qgis_result_clean()
, use qgis_clean_result()
.qgis_output(x, which) qgis_result_single(x, what) qgis_detect_windows(...) qgis_detect_macos() qgis_use_json_input() qgis_use_json_output(...) qgis_description(...) qgis_arguments(...) qgis_outputs(...) qgis_pipe(...) qgis_tmp_clean(...) qgis_result_clean(...)
x
: A qgis_result
object returned by qgis_run_algorithm()
.which
: The index of an output.what
: Character vector of classes....
: Arguments passed to the new function. This is done for functions where only the function name changed at time of deprecation.A value as described in the documentation of the corresponding new function.
Useful links