Choyang | Choyang (original) (raw)

I have written a post on rowwise operation of data frame in R a while ago. purrr::pmap() is recommended for rowwise operation in that post, since other methods have their own disadvantages. However, …


The data frame is used for storing tabular data in R. It is the fundamental data structure in R, especially for tidyverse. Tidy data (data frame), in which each variable in a column and each …


While our package employ a function using Non Standard Evaluation (NSE), such as data.table and many tidyverse packages, R CMD check will generate NOTEs in the form “no visible binding for …


Choyang

Bioinformatics, R enthusiast. Thoughts on reasarch, personal experience and other distractions.

Tags

dplyr package-dev R tidyverse