install.notepadpp | R Documentation |
Allows the user to downloads and install the latest version of Notepad++ for Windows.
install.notepadpp( page_with_download_url = "https://notepad-plus-plus.org/downloads/", ... )
page_with_download_url |
the URL of the Notepad++ download page. |
... |
extra parameters to pass to install.URL |
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License. Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.
invisible TRUE/FALSE - was the installation successful or not.
homepage: https://notepad-plus-plus.org/ download page: https://notepad-plus-plus.org/downloads/
## Not run: install.notepadpp() # installs the latest version of Notepad++ ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.