How to specify a QGIS model algorithm output in qgisprocess R package
I am trying to run my QGIS model inside R using the qgisprocess
package.
The model gets a raster and vector line inputs. Its output is an attribute-only QGIS table.
I am trying to run my QGIS model inside R using the qgisprocess
package.
The model gets a raster and vector line inputs. Its output is an attribute-only QGIS table.