Skip to content

Commit

Permalink
Fix lrberge#530 (drop.section = "coef)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebutts committed Feb 19, 2025
1 parent 54374fd commit 79d8eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/etable.R
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ results2formattedList = function(dots, vcov = NULL, ssc = getFixest_ssc(), stage
}
}

check_set_arg(drop.section, "NULL multi match(fixef, slopes, stats)")
check_set_arg(drop.section, "NULL multi match(coef, fixef, slopes, stats)")

check_set_arg(group, "NULL{list()} named list l0")
check_set_arg(extralines, "NULL{list()} list l0 | os formula | vector")
Expand Down Expand Up @@ -4644,7 +4644,7 @@ setFixest_etable = function(digits = 4, digits.stats = 5, fitstat,
.message = "Argument 'placement' must be a character string containing only the following characters: 'h', 't', 'b', 'p', 'H', and '!'.")
}

check_set_arg(drop.section, "NULL multi match(fixef, slopes, stats)")
check_set_arg(drop.section, "NULL multi match(coef, fixef, slopes, stats)")

check_arg(style.tex, "NULL class(fixest_style_tex)")

Expand Down

0 comments on commit 79d8eba

Please sign in to comment.