% 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 algoritmi fraas.} } \value{ Table found algorithms. Help for the selected algorithm. A array of all database schemas. } \description{ Funktsioon leiab fraasi järele QGIS-i algoritmid. } \examples{ \dontrun{ qgis_algorithm_search_by_word(str = "clip") algorithm <- "native:clip" # Read help. ruut::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() } } \keyword{help} \keyword{qgis,}