Skip to content

jhnwllr/nppac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notepad++ autocomplete

Wrapper around script found here:

https://gist.github.com/yihui/2143971

installation

devtools::install_github("jhnwllr/nppac")

usage

A file named R.xml saves to C:/Program Files/Notepad++/autoCompletion/. You might have to change permissions on the folder for the script work.

# load the libraries you want have autocomplete for. 
sapply(c('rgbif','purrr','dplyr', 'ggplot2'), library, character.only = TRUE)

nnp_ac() # save R.xml to dir 

About

notepad ++ autocomplete for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages