Hi please make a drilldown maps with highcharter package. Thanks so much
@haraldurkarlsson11472 жыл бұрын
I ran the same code as before in an R script and had no issues. That suggests that there may be an issue with running data.table in Quarto on a Mac.
@haraldurkarlsson11472 жыл бұрын
I ran the code inside RStudio's Quarto and I am hoping that is not what is messing up data.table.
@haraldurkarlsson11472 жыл бұрын
Excellent presentation that sets the standard we have all become used to from Karen. Data.table is a great package but as a Mac user I continually run into issues when running it. That does not appear to the a problem on Linux or Windows. Why don't the developers fix these issues for Mac users?
@bemtheman11002 жыл бұрын
is there a reason that the .() was necessary for the Avg salary calculation rather than just haivng usd[, AvgSalary = mean(ConvertedComp), by = Language]
@IDGTECHtalk2 жыл бұрын
The .() is optional when only one column is involved but used if you are dealing with more than one column. It’s my habit to use it for single columns also so my syntax is consistent. --Sharon
@The1enzo24 жыл бұрын
great content!
@The1enzo24 жыл бұрын
there is also a built-in replacement for if_else-> fifelse www.rdocumentation.org/packages/data.table/versions/1.12.8/topics/fifelse
@IDGTECHtalk4 жыл бұрын
Thanks, Enzo! Let us know if you have any requests for future episodes. And you can check out all episodes of Do More With R here: kzbin.info/aero/PL7D2RMSmRO9JOvPC1gbA8Mc3azvSfm8Vv.