Instead of
qgis_output()
, useqgis_extract_output()
and related functions.Instead of
qgis_result_single()
, useqgis_extract_output()
and related functions.Instead of
qgis_detect_windows()
, useqgis_detect_windows_paths()
.Instead of
qgis_detect_macos()
, useqgis_detect_macos_paths()
.Instead of
qgis_use_json_input()
, useqgis_using_json_input()
.Instead of
qgis_use_json_output()
, useqgis_using_json_output()
.Instead of
qgis_description()
, useqgis_get_description()
.Instead of
qgis_arguments()
, useqgis_get_argument_specs()
.Instead of
qgis_outputs()
, useqgis_get_output_specs()
.Instead of
qgis_pipe()
, useqgis_run_algorithm_p()
.Instead of
qgis_tmp_clean()
, useqgis_clean_tmp()
.Instead of
qgis_result_clean()
, useqgis_clean_result()
.
Usage
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(...)
Arguments
- x
A
qgis_result
object returned byqgis_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.