qgis_show_help.R 250 B

12345678
  1. #' qgis_process command help
  2. #'
  3. #' See on QGIS käskude help
  4. #' @param algorithm str Algoritmi nimetus. [ruut::qgis_algorithm_search_by_word()]
  5. #' @export
  6. qgis_show_help <- function(algorithm) {
  7. system(sprintf("qgis_process help %s", algorithm))
  8. }