qgis_algorithm_search_by_word.Rd 959 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. \dontrun{
  21. qgis_algorithm_search_by_word(str = "clip")
  22. algorithm <- "native:clip"
  23. # Read help.
  24. qgisprocess::qgis_show_help(algorithm = algorithm)
  25. qgis_algorithm_search_by_word(str = "centroid")
  26. qgis_algorithm_search_by_word(str = "filedownloader")
  27. qgis_algorithm_search_by_word(str = "")
  28. qgis_algorithm_search_by_word()
  29. }
  30. }
  31. \seealso{
  32. \code{\link[qgisprocess:qgis_run]{qgisprocess::qgis_algorithms()}}
  33. }
  34. \keyword{help}
  35. \keyword{qgis,}