Parametric variable names and dplyr
Win-Vector Blog 2016-12-05
Summary:
When writing reusable code or packages you often do not know the names of the columns or variables you need to work over. This is what I call “parametric treatment of variables.” This can be a problem when using R libraries that assume you know the variable names. The R data manipulation library dplyr currently … Continue reading Parametric variable names and dplyr