atorus-research / Tplyr

Home Page:https://atorus-research.github.io/Tplyr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review and remove dead code

mstackhouse opened this issue · comments

There are several sections of code that aren't truly necessary (or never were necessary) anymore that should be dropped.

  • if(missing(target)){
  • Tplyr/R/layer.R

    Line 106 in 6876054

    as_tplyr_layer.tplyr_subgroup_layer <- function(parent, target_var, by, where, type, ...) {
    <- this concept doesn't actually exist

Other untested lines of code should be re-evaluated based on code coverage.