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