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

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.

November 3, 2021 · 2 min · 276 words ·  ·  R ·  Dashboards

Generating 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 · 108 words ·  ·  R ·  Web ·  Dev