Financial data in R - Stocks Price - yfR

You might be curious about getting historical stock price on companies, for some project that you want to accomplish - yfR is an open source library that helps us with this task.

August 7, 2022 · 1 min · 212 words ·  ·  R-Stocks ·  R
R Shiny Apps

Data Experiment - The Effects of Inflation

In this post I show you how to build a simple interactive shiny dashboard and how to deploy it to shinyapps using its free tier. The topic I chose to visualize is inflation and how affects a person wealth.

R Shiny Apps

How to deploy your Shiny app publically to ShinyApps

Providing that we have a working Shiny Dashboard, we can be interested to expose it to a wider audience instead of just locally. One simple option is to use ShinyApps.io as I cover in this post.

R Flexdashboards

How to create and deploy Flexdashboard with R

Integrating R Flexdashboards with GitHub Pages. Learn how to create interactive data visualizations, host them on GitHub, and share your insights effectively for free.

October 6, 2021 · 3 min · 564 words ·  ·  R ·  Dashboards

Generating Static Webs with R - Knit Package

In this post I show you how to use the Knit package in R to build a simple website.

September 25, 2020 · 1 min · 98 words ·  ·  R