qgis_algorithm_search_by_word.Rd 818 B

12345678910111213141516171819202122232425262728293031
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/qgis_algorithm_search_by_word.R
  3. \name{qgis_algorithm_search_by_word}
  4. \alias{qgis_algorithm_search_by_word}
  5. \title{QGIS-i algoritmi leidmine fraasi järele}
  6. \usage{
  7. qgis_algorithm_search_by_word(str = NULL)
  8. }
  9. \arguments{
  10. \item{str}{string otsitav fras.}
  11. }
  12. \description{
  13. Funktsioon leiab fraasi järele QGIS-i algoritmid.
  14. }
  15. \examples{
  16. ## Not run:
  17. ##
  18. ## qgis_algorithm_search_by_word(str = "clip")
  19. ## algorithm <- "native:clip"
  20. ## # Read help.
  21. ## qgisprocess::qgis_show_help(algorithm = algorithm)
  22. ##
  23. ## qgis_algorithm_search_by_word(str = "centroid")
  24. ## qgis_algorithm_search_by_word(str = "filedownloader")
  25. ## qgis_algorithm_search_by_word(str = "")
  26. ## qgis_algorithm_search_by_word()
  27. ##
  28. ## End(**Not run**)
  29. }
  30. \keyword{help}
  31. \keyword{qgis,}