D3SL
D3SL
@kzeitz that would be something pretty important to note in the extension page.
@brianmsm There's also, in my experience at least, two new showstopping bugs that started recently: Radian eventually [stops printing any output](https://github.com/randy3k/radian/issues/426) at all, and prior to that it will begin...
@nicholskl that's a bit over the line. First this is fundamentally a problem with Windows itself, and second VSCode-R is basically a two-man show run by Renkun-ken and Ikuyadeu. And...
I can second this wholeheartedly. Having the terminal as an external window would be a killer feature, in fact thinking that was an option was one of the original reasons...
This isn't stale. With all the problems VSCode seems to have with R support being able to use a completely separate terminal might be a significant improvement.
What statquant is describing is closer to an "upsert" than a true left join. The main use case is when you have multiple tables of overlapping data and want to...
That sounds basically like [TidyModules](https://github.com/Novartis/tidymodules)
It's more complicated than this as well. Even using gt and other options it's notoriously difficult to get things like a decent table with some basic conditional formatting in major...
I work with XML files constantly and ran into this exact issue earlier this year as well. XML2 takes roughly a minute to extract data from a ~350kb-1.5mb xml file...
It's not just that data.validator works only with dataframes, it's that it works only with columns and rows. I may have missed an obvious solution but from what I've seen...