## Not run:
# # list all available QGIS algorithms on your system
# algs <- find_algorithms()
# algs[1:15]
# # just find all native, i.e. QGIS-algorithms
# grep("qgis:", algs, value = TRUE)
# # find a function which adds coordinates
# find_algorithms(search_term = "add")
# ## End(Not run)
Run the code above in your browser using DataLab