You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to share an idea here. I saw in a function's source:
@param .complete_output logical specifying if complete out of `qgisprocess::qgis_run_algorithm()` should be used (`TRUE`) or first output (most likely the main) should read (`FALSE`). Default value is `TRUE`.
It probably should be handled by the function that you mentioned. I believe that my solution predates the qgis_result_single()...will look into that and find out what is the better solution, for the use case that i had in mind
Just want to share an idea here. I saw in a function's source:
Maybe the
FALSE
state can be handled in the wayqgisprocess::qgis_result_single()
does it? See r-spatial/qgisprocess@f54fbc6 for implementation of this function inqgis_as_*()
functions.The text was updated successfully, but these errors were encountered: