Updated dplyr Examples
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Over the summer I made two posts about using the dplyr
package. The first was an example of the dplyr
verbs applied to fish data. The second was an example of modifications that I had made to lencat()
to work better with dplyr
. Since those posts, the pipe operator in dplyr
has changed from %.%
to %>%
. Thus, I have updated those posts on RPubs (dplyr
example, lencat()
example) to reflect that change.
I will make further posts in the near future to illustrate modifications to other functions in FSA
to make them work seamlessly with dplyr
.
p.s., Future examples will be posted on Rpubs and linked to from this blog. I am tired of trying to get the R code to look nice in the WordPress blog.
Filed under: R Tagged: Data Manipulation, dplyr, FSA, R
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.