Chandler Lutz
Chandler Lutz
Running `pacman::p_unload("all")` returns an error when from `detach` when no packages are loaded. In these cases perhaps the function should return `invisible(NULL)`
Hi Anthony, Thank you for the wonderful book. I'm working through Ch. 13 on regular expressions on Windows10 using postgreSQL10 in pgAdmin4 I was having trouble getting the regular expressions...
See this example ```r library(stargazer); library(starpolishr); library(magrittr) star.out
A function like `star_felm_fe_clust` that gets the partialled out fixed effects and clustered variables for each regression.
star_ncol() doesn't handle cases where & is escaped e.g. \&
In `star_lhs_names()` allow for the user to only submit a select number of variables in `pattern`, `line1`, `line2`, etc.
Add a function `star_shrink()` that will shrink table output by wrapping the table in \small{} or footnotesize{}, etc.
- [ ] Add the package longtable to headers - [ ] Create a function with star_longtable that will convert the table to a longtable
If `length(string)==1` and `length(insert.after) >= 1`, repeat `string` to match `length(insert.after)`
```r star_get_lhs_names % unlist(.) %>% stringr::str_trim() %>% .[2:length(.)] if (length(lhs.vars) != (star_ncol(star) - 1)) stop("Error: In `star_get_lhs_names`, the length of the LHS variables is not equal to `1 - star_ncol(star)`....