Arthur Shaw
Arthur Shaw
If one were building a wrapper around pagedown (say, like pagedreport), how should one think about providing users access to style parameters of templates? For example, I understand that one...
In Stata's built-in code editor, all text contained in a comment is highlighted as a comment. For example:  In Pandoc outputs, plain text in comments that also happens to...
## Background Currently, when `haven` ingests a Stata `.dta` file, it preserves Stata data attributes of a column in a different ways depending on the collection of attributes found: -...
As someone who works between R and Stata, I miss in Stata the ability present in R (and most other languages) to build a new package off of an existing...
```r # 👇 works as expected reactable::reactable(data = mtcars) # 👇 fails # - reasonably, reactable would need to choose what representation # to display--data or labels--or fumble when trying...