Skip to content

Commit

Permalink
Added default subset column.
Browse files Browse the repository at this point in the history
  • Loading branch information
masurp committed Nov 28, 2019
1 parent 841d21d commit fd6ea17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/run_specs.r
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ run_specs <- function(df, y, x, model, controls = NULL, subsets = NULL) {

} else {

run_spec(specs, df)
run_spec(specs, df) %>%
mutate(subset = "all")

}

Expand Down

0 comments on commit fd6ea17

Please sign in to comment.