Questions tagged [unite.vim]

The unite or unite.vim plug-in can search and display information from arbitrary sources like files, buffers, recently used files or registers. You can run several pre-defined actions on a target displayed in the unite window.

The unite or unite.vim plug-in can search and display information from arbitrary sources like files, buffers, recently used files or registers. You can run several pre-defined actions on a target displayed in the unite window. See more at https://github.com/Shougo/unite.vim

16 questions
-1
votes
1 answer

na.rm = TRUE failing to remove NA on unite()

I have no idea why this is not working. po <- unite(Need_info[1:5,],"lala",c(5,6,13,14,15,16),na.rm = TRUE,remove = TRUE) returns
Exolar
  • 25
  • 2
1
2