Lukas Wallrich
Lukas Wallrich
Thanks for this very helpful tool. I am not sure if I am missing a way to do this, but I would love to be able to create a VM...
I am sure you are aware of that, but fulltext is gone from [CRAN](https://cran.r-project.org/web/packages/fulltext/index.html). Before figuring that out, I tried a few other ways of making install.packages work, including updating...
Thanks for this great module. I find myself quite frequently wanting to add a prefix - for instance (reviewed in Miller, 2020) - or a suffix - for instance (Miller,...
Would it be possible to retain the attributes of the data in the return of gt()? That way, one could create a table with footnotes etc from one data object...
When col_select contains no columns, it would be great to get a clear error message (or possibly just an empty dataframe) ... in any case, the current cryptic error message...
Thanks for this very helpful client! I would love the ability to request bibtex from ProcessReferences - for that, grobid needs `application/x-bibtex` but I don't believe there is a way...
The following file can be processed by grobid when called with `curl`, but the equivalent (?) Python command fails with `error 408`. [meta-chinese.pdf](https://github.com/kermitt2/grobid_client_python/files/9706610/meta-chinese.pdf) curl call: `curl -v --form input=@./meta-chinese.pdf --form...
To fix #497, I made small edits to `pool.fitlist` and `tidy.mipo` that now accept `contrast` as an alternative to `term` ... before, `tidy.mipo` would just fail without a `term` column....
I am trying to pool the results of multcomp::glht - however, when `tidy()` does not return terms but contrasts, these are dropped, yielding meaningless results (averaged across contrasts). Should `contrast`...
Thanks for this very helpful package. I noticed that some variable labels in gss_data are wrong (i.e. don't match the codebook) - for instance `violjews` is coded the wrong way...