qgis_algorithm_search_by_word.Rd 872 B

1234567891011121314151617181920212223242526272829303132333435
  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. ruut::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. \keyword{help}
  32. \keyword{qgis,}