2021
- - How to add R {magrittr}'s %>% Pipe Operator in VSCode as Keyboard Shortcut
- - ggplot2 Bar Chart - Simple to Powerful Themes with Kaggle Notebook
- - Daily Stock Gainers Automated Web Scraping in R with Github Actions
- - Computer Vision Object Detection in R with YOLO Pre-trained Models
- - RStudio + Python, Visual Markdown Editor - RStudio Latest Update
- - Simple Easy Beginners Web Scraping in R with {ralger}
- - Setup Visual Studio Code to run R on VSCode 2021
2020
- - Sentiment Analysis in R with Custom Lexicon Dictionary using tidytext
- - How to Deploy R Shiny App for Free on Shinyapps.io [Video]
- - Using R on Google Colab with {tidyverse} - Video
- - Penguins Dataset Overview - iris alternative in R
- - ggplot2 Text Customization with ggtext | Data Visualization in R
- - Excel to R #3 - APPROXIMATE VLOOKUP in Excel to FUZZY LEFT_JOIN in R
- - Analyse Google Trends Search Data in R using {gtrendsR}
- - GET Hackernews Front Page Results using REST API in R
- - Automated Programmatic Website Screenshots in R with {webshot} [Video Tutorial]
- - How to do Excel VLOOKUP in R (using left_join, merge)
- - Easy ggplot2 Theme customization with {ggeasy}
- - How to make Powepoint Slides PPT using RStudio in 2020
- - Sentiment Analysis in R with {sentimentr} that handles Negation (Valence Shifters)
- - Android Smartphone Analysis in R [Code + Video]
- - Scrape HTML Table using rvest
- - Need a good RStudio Alternative? Try VSCode R
- - Quick Intro to Reproducible Example in R with reprex
- - How to Connect RStudio with Git (Github)
- - How to use bootstraplib's Live Theme Previewer to customize Shiny apps?
- - How to create Bar Race Animation Charts in R
2019
- - How to reorder arrange bars with in each Facet of ggplot
- - Kannada MNIST Prediction Classification using H2O AutoML in R
- - Handling Missing Values in R using tidyr
- - Functional Programming + Iterative Web Scraping in R
- - Hindi and Other Languages in India based on 2001 census
- - Regex Problem? Here's an R package that will write Regex for you
- - How to do Tamil Text Analysis & NLP in R
- - One-line Code using viridis for How to change the color scale in ggplot plots
- - How to arrange ggplot (barplot) bars in ascending or descending order
- - How to scrape Zomato Restaurants Data in R
- - Combining the power of R and Python with reticulate
- - How to do Topic Extraction from Customer Reviews in R
- - 3 tidyverse tricks for most commonly used Excel Features
- - How to Automate EDA with DataExplorer in R
- - Do you love Data Science? I mean, the Data part in it
- - How to generate meaningful fake data for learning, experimentation and teaching
- - How to make your Facet Wrap / Facet Grid ggplots span across multiple pages in PDF
- - Extract Top Reddit Posts of #rstats in 3 lines of R Code
- - Beginners Cookbook for Interactive Visualization in R with highcharter
- - How to make Square (Pie) Charts for Infographics in R
- - How to create unigrams, bigrams and n-grams of App Reviews
- - Interactive Visualization in R with apexcharter
- - Programmatically extract TIOBE Index Ratings
- - How to reshape a dataframe from wide to long or long to wide format
- - Find out Bulk Email ID Reputations Risk using R
- - How to embed Excel-like Spreadsheet Table in RMarkdown
- - How to do negation-proof sentiment analysis in R