% Generated by roxygen2: do not edit by hand % Please edit documentation in R/qgis_algorithm_search_by_word.R \name{qgis_algorithm_search_by_word} \alias{qgis_algorithm_search_by_word} \title{QGIS-i algoritmi leidmine fraasi järele} \usage{ qgis_algorithm_search_by_word(str = NULL) } \arguments{ \item{str}{string otsitav fras.} } \description{ Funktsioon leiab fraasi järele QGIS-i algoritmid. } \examples{ ## Not run: ## ## qgis_algorithm_search_by_word(str = "clip") ## algorithm <- "native:clip" ## # Read help. ## qgisprocess::qgis_show_help(algorithm = algorithm) ## ## qgis_algorithm_search_by_word(str = "centroid") ## qgis_algorithm_search_by_word(str = "filedownloader") ## qgis_algorithm_search_by_word(str = "") ## qgis_algorithm_search_by_word() ## ## End(**Not run**) } \keyword{help} \keyword{qgis,}