Open-EO / openeo-r-client

R client package for working with openEO backends

Home Page:https://open-eo.github.io/openeo-r-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide Snippets for common workflows

przell opened this issue · comments

Title Provide Snippets for common workflows
Date 2021-11-11
Issue #89
Category Usability
Description RStudio has the possibility to insert snippets (https://support.rstudio.com/hc/en-us/articles/204463668-Code-Snippets-in-the-RStudio-IDE). It would be nice to add a couple of the most common workflows as snippets (e.g. load collection -> save result). Is it possible to ship them with the package (https://community.rstudio.com/t/how-to-include-code-snippets-in-an-r-package/68832/2; https://stackoverflow.com/questions/62220596/can-r-packages-add-code-snippets-to-users-snippet-files)?
Dependencies RStudio
Links Vignettes actually do the same
Priority Low
Impact Low

Solved by autocempletion. Thank you.

Furthermore, solved by adding the vignettes!