Using mutate from dplyr inside a function: getting around non-standard evaluation
To edit or add columns to a data.frame, you can use mutate from the dplyr package: [crayon-560298f852be0735619416/] Here, dplyr uses non-standard evaluation in finding the contents for mpg and wt, knowing that it needs to look in the context of… See more › [Read more...]