The Best Rstudio Snippet Ever!
[This article was first published on The R Task Force, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Because I was tired of typing the same thing over and over. I finally took the time to make myself a little Rstudio snippet.
To do this just go to Tools > global Option > code > edit snippet
and to add in the list these few lines :
snippet aa ${1:dataset} <- ${1:dataset} %>% ${0}
This is the Result :
The post The Best Rstudio Snippet Ever! appeared first on The R Task Force.
To leave a comment for the author, please follow the link and comment on their blog: The R Task Force.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.