qgis_algorithm_search_by_word.Rd 1009 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 algoritmi fraas.}
  11. }
  12. \value{
  13. Table found algorithms. Help for the selected algorithm.
  14. A array of all database schemas.
  15. }
  16. \description{
  17. Funktsioon leiab fraasi järele QGIS-i algoritmid.
  18. }
  19. \examples{
  20. ## Not run:
  21. ##
  22. ## qgis_algorithm_search_by_word(str = "clip")
  23. ## algorithm <- "native:clip"
  24. ## # Read help.
  25. ## qgisprocess::qgis_show_help(algorithm = algorithm)
  26. ##
  27. ## qgis_algorithm_search_by_word(str = "centroid")
  28. ## qgis_algorithm_search_by_word(str = "filedownloader")
  29. ## qgis_algorithm_search_by_word(str = "")
  30. ## qgis_algorithm_search_by_word()
  31. ##
  32. ## End(**Not run**)
  33. }
  34. \seealso{
  35. \code{\link[qgisprocess:qgis_run]{qgisprocess::qgis_algorithms()}}
  36. }
  37. \keyword{help}
  38. \keyword{qgis,}