A tutorial for beginners on how to start r coding scripts, installing R packages, and interactive chart visualization examples, Code available to download.
Begin all your R scripts with this snippet! Automatically installing and load library packages using pacman + simple walkthrough example for an interactive bar chart for beginners.
In this tutorial video, you learn how to
1- begin your r codes with automatically loading and installing your required library packages
2- visualize a data example with interactive bar charts
• order the bar char in decreasing or increasing
• visualize multiple bar interactive charts
Related links for this video:
• a complementary blog with step-by-step tutorial, for more clarification on this video: https://winswithdata.com/?p=126
• code script template solution and data sample files for this video are available to download in this blog: https://winswithdata.com/?p=126
Please like this video and subscribe to the channel for more tutorial videos, particularly with a focus on:
• to provide ready-to-execute solutions to achieve data goals of professionals regardless of your previous knowledge on technical background of programming and data.
• a series of data and business insight from the perspective of an economist and applied data scientist in industry for those interested in the "under the hood" of the data related topics.
About me:
I am Dimo, an economist with a data science focus in industry. I am sharing my productivity, tech-solution, data visualization and analysis experiences, statistical - econometrics - machine learning interpretations in format of how-to tutorials in this channel.
My Social Media Links & Profiles:
Facebook: / winswithdata
Twitter: / winswithdata
Youtube: / @winswithdata
Web blog: http://winswithdata.com/
Dailymotion: https://www.dailymotion.com/winswithdata
DTube: https://d.tube/c/winswithdata100
Credit
Music: Days Like This by Justhea is licensed under a Creative Commons License.
https://creativecommons.org/licenses/...
https://spoti.fi/3AsfghB
| https://apple.co/3AokACB
Support by RFM - NCM: https://bit.ly/3Kc3qvi
00:00 Introduction
00:46 Step1: initial setting for package installation and loading
01:45 use a data example
02:24 data visualization interactive charts