R

Plot_ss in R. Smoothing splines and polynomial regression plots

Plot your Smoothing Splines regression easily with R! From base stats to ggplot2 geom_smooth(). We show you how to deal with it!

Launching The Project Tracker. Open Source project monitoring and release explainer with Streamlilt and LLMs

Are you feeling stressed tracking the new releases of your favorite project? Are you moving to a management role and struggling to stay updated about your favorite projects and languages? With this Project Tracker and Explainer Streamlit app, you'll stay tuned.

How to Modify Variables the Right Way in R

Learn to create or modify many variables at the same time applying any function with modern R tools like across and tidyselectors

Unlocking the Power of purrr: How to Create Multiple Lags Like a Pro in R

While R provides functions like lag, creating multiple lags can be challenging. In this blog post, we will explore how to use the unknown partial function to create multiple lags in R for Time Series Analysis

Scraping financial data from finviz with R and rvest package

Learn how to use rvest R package to scrape finviz financial data in less than 30 lines of code. Quick rvest tutorial to start your path in financial analysis with R

Financial Markets & Value Invest in R (I) - Analyzing Market Cap data with fmpcloudr and ggplot

Starting the 'Value Invetsing with R' series. Brush up your Ggplot skills: Using the Financial Market Prep API data to create stunning plots with a Financial Times inspired ggplot theme.

How to dynamically plot variables with ggplot using plotter functions

Write plotting functions and dynamically access variables from a dataframe passed as a string argument with tidy evaluation and ggplot

Analyzing Remote Work in European Countries

We're making descriptive analytics about the Remote Work and European UbiWorkers data (Eurostat). Finland, Luxemburg, the Netherlands and Germany have more than 30% of his workforce in some kind of remote work modality. Norway surprising!

Analyzing data from COVID19 R package

Does reported deaths match actual deaths?

Calculating ratios with Tidyverse

Explaining summarise hidden behaviour

Preserving zero-length groups

Don't drop that

Playing with a new R package; Welcome ggcharts!

Thomas Neitman's ggcharts

Speed up your R scripts. A cool optimized way to load, write and store big data frames with FST package!

Unbeaten speed and file size! It's FST! x100 faster than write.csv()

Drop columns based on NAs percentage in R

Showing up several ways

Pathfinding Algorithms Visualizer using R! (I) Setting up the interactive grid

Setting up the interactive grid with Shiny and ggplot! Trail with some kind of random-walker algorithm.

Tidylog

Logging your pipelines

Using summarise_at(). Weighted mean Tidyverse approach

Survey analysis using R

Skills chart using Gplot2 with R

Skills snapshot in 6 Ggplot2 lines

Reordering bars in GGanimate visualization

Reorder your bar groups over time in gganimate plot.

Shadowing your ggplot2 lines. Forecasting confidence interval in R use case.

Plot your confidence interval easily with R! With ggplot2 geom_ribbon() function you can add shadowed areas to your lines. We show you how to deal with it!