Hotkeys for help function
NppToR provides R auto-completion and code passing between Notepad++ a
Brought to you by:
halpo
The NppToR is very powerful tool and I love it.
A new functions to open the help command of a selected function in the Notepad++ could improve further the software and the programming process.
The hotkeys could have simply the ?function.name and ??function.name or the variations of the help functions like: help(function.name, help_type = "text"), help(function.name, help_type = "pdf"), help(function.name, help_type = "html").
Another option could open the help inside the Notepad++ for facilitate a quick look in the help of the function.
Cheers!