If you want to level up your dataviz skills and create insightful charts, check out my video course arapp.thinkific.com/courses/insightful-data-visualizations-for-uncreative-r-users
@cleandata_sk9 ай бұрын
Thanks Albert! I found your YT just recently, but it has been a huge help already.
@rappa7539 ай бұрын
So glad that you find my content helpful 🤗 feel free to leave questions or suggestions anytime 🥳
@alencaru9 ай бұрын
Perfect! That was what I was looking for
@rappa7539 ай бұрын
Excellent! Always happy to help out 😀
@joaoafonsopoester27189 ай бұрын
Thank you Albert, I really liked this. I am new to integrating javascript and R, but do you think that it is possible to use filters like that in plots?
@rappa7539 ай бұрын
Glad that you enjoy this video :) With plots like with ggplot, it's more tricky. You would have to use some Shiny in that case. If you're a fan of {plotly} you could combine that with {crosstalk}. I've explained that at 3mw.albert-rapp.de/p/3mw-build-dashboards-without-shiny-servers-webr or if you want to go down the JS route, you could use Observable Plot which has a bit of a similar syntax as ggplot. See here: observablehq.com/@observablehq/plot-from-ggplot2
@trueperson229 ай бұрын
Thank you. Great tip.
@rappa7539 ай бұрын
You're welcome 🤗
@ambhat39533 ай бұрын
Is there any table package in R where it shows total and if we filter (like you did in this video), it shows the filtered total ? I haven't seen such option available in gt() or flextable() or formattable() or dt()
@rappa7533 ай бұрын
Yup, you can do that with {reactable}. But depending on your use case you might have to inject a tiny JavaScript function into the code. You can take a look at the examples at glin.github.io/reactable/articles/cookbook/cookbook.html#total-rows (Also I will make a video on that soon)
@ambhat39533 ай бұрын
@@rappa753 thnx
@rappa7532 ай бұрын
In case you haven't seen that yet, I released a video about this. You can find it at kzbin.info/www/bejne/e2TYk6qLarqsp9k