| 123456789101112131415161718192021222324252627282930313233343536373839 |
- % 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{
- ## 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**)
- }
- \seealso{
- \code{\link[qgisprocess:qgis_run]{qgisprocess::qgis_algorithms()}}
- }
- \keyword{help}
- \keyword{qgis,}
|