select(data, starts_with("nase"))
Which package do I need to use the select function? How can I find out? Google, stackoverflow is not helpful atm.
Install package dplyr by running the command below:
install.packages("dplyr")
After this, load the library using the command below:
library(dplyr)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With