Searches for algorithms using a regular expression. In its simplest form that is just a string that must match part of a character value.
Usageqgis_search_algorithms(
algorithm = NULL,
provider = NULL,
group = NULL,
include_deprecated = FALSE
)
Arguments
Regular expression to match the algorithm
or algorithm_title
value from the output of qgis_algorithms()
.
Regular expression to match the provider
or provider_title
value from the output of qgis_algorithms()
.
Regular expression to match the group
value from the output of qgis_algorithms()
.
Logical. Should deprecated algorithms be included?
When using multiple arguments in combination, only the algorithms are returned that fulfill all conditions.
All regular expressions that stringr::str_detect()
can handle, are accepted. Have a look at stringi::search_regex()
to get a nice overview.
qgis_search_algorithms(
algorithm = "point.*line",
provider = "^native$"
)
#> # A tibble: 3 × 5
#> provider provider_title group algorithm algorithm_title
#> <chr> <chr> <chr> <chr> <chr>
#> 1 native QGIS (native c++) Vector geometry native:interpolate… Interpolate po…
#> 2 native QGIS (native c++) Vector geometry native:pointsalong… Points along g…
#> 3 native QGIS (native c++) Vector creation native:randompoint… Random points …
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4