cells2numbers / migrationminer

MigrationmineR is a R package to analyse and profile in vitro cell tracking and migration data. It is belongs to the cytominer-verse used for morphological profiling and allows to create temporal or dynamic profiles.
Other
5 stars 0 forks source link

replace ```.dots =``` using tidyeval #15

Closed cells2numbers closed 5 years ago

cells2numbers commented 6 years ago

I would be nice to remove the call

group_by_(.dots = strata))

by

group_by(!!!strata)

using quasiequations. A good example / summary can be found here http://blog.jalsalam.com/posts/2017/quasi-quotation-applications/

cells2numbers commented 5 years ago

The .dots = command is not used so the issue can be closed