
Learn how to use the R language in R Studio and integrate it into your data processing workflow for Excel users.
Explore how R and Microsoft Excel complement each other, allowing import from Excel to R for data processing, reproducible analysis, and rich visualizations within a seamless workflow.
Explore how to integrate R into your Excel workflow by importing, cleaning, manipulating, and merging data with R Studio, and visualize basics through a practical case study.
Download the free R Studio from rstudio.com, install the core R language first, then install R Studio on Mac or Windows, and prepare for a UI tour.
Explore the essential R studio interface, focusing on the coding pane, run button, outlines and bookmarks, and the console for testing code before saving in a script.
Learn hello world in R Studio, using the console and script, and declare numeric, string, and date and time variables with the print function.
Create and manage an R project to organize multiple script files for modular work. Start a new project from the project menu, name the directory, and load scripts automatically.
Organize code in R Studio using comments and sections; create an R script, add hashtag comments, define sections with four dashes, collapse features for navigation via the bookmark bar.
Learn how to work with R packages by installing them via the packages tab or install.packages, loading with library, and updating to keep your RStudio projects current.
Learn to use the if statement as a conditional that triggers code blocks in R, with syntax for if, else, brackets, and curly braces, demonstrated on X <= Y.
Master the for statement in R to perform repetitive tasks by looping i from start to end (separated by a colon) and printing Hello world in the console.
Explore how to use paste and paste0 in R to combine strings. Compare paste's separator option with paste0's default no separator, and learn to insert separators to match results.
Learn to import data from external files in R Studio, using Excel and CSV formats, install and load readxl for xlsx, and view the imported data.
Learn data cleansing and wrangling in R Studio by converting strings to dates and numbers, trimming whitespace, and extracting text in the console.
Explore the data frame concept and the dplyr package, the grammar of data manipulation, and core functions like select, filter, rename, mutate, merge, group_by, and summarise with the pipe.
Learn to manipulate a data frame with dplyr using select, filter, mutate, rename, and combine data frames; chain operations with the pipe, use group_by and summarize for counts and averages.
Learn to visualize data in R using the plotly library and dplyr for data manipulation. Import CSV data, compute average vote percentages by state, and create interactive charts with plot_ly.
Import external datasets into r studio by inspecting excel and csv files for headers and entries, copy them to the working directory, and verify integrity with read_xlsx, read.csv, and view.
Explore imported data in R Studio, inspect its structure and contents with fdr and sdr functions, and preview columns using summary, names, head, and tail.
Learn to cleanse numeric data in R Studio by importing Brazilian real estate data, removing meter square notation, converting to numeric, handling missing values, and validating results.
Learn to cleanse string data and convert it into date and time formats in R, map date formats, create a new date column, and sort data chronologically for timeline analysis.
Cleanse and manipulate data in R using substring to extract numbers and trim to remove whitespace. Replace Campinas with Rio de Janeiro in the address column and validate the data.
Learn to manipulate a data frame by selecting columns, filtering rows, renaming columns, and mutating values, then chain these operations with pipes to run in one line of code.
Learn to merge two or more data frames into a single data frame using the urban function, the semion function, and the multi-function, with data imported from the Excel library.
Import data with Excel package, set working directory, and manipulate data frame with deployer package; aggregate by region and year to summarise stores and 2019–2020 sales with sanity checks.
Learn to visualize sales data in R Studio using Plotly by filtering to the United Kingdom, aggregating yearly sales, and creating interactive bar charts, scatter plots, and line charts.
Learn to build a histogram in R Studio with Plotly by importing sales data, converting to a data frame, and customizing the X axis and bar gaps to visualize trends.
Master how to add annotations and legends to charts in R, including hiding and rearranging the legend, changing its title and orientation, and annotating scatter plots with data-driven labels.
Export data frames from R Studio to Excel and formats by selecting columns, filtering for permanent positions, renaming the salary column to salary per annum, and saving charts as images.
Explore automating retail sales reporting with R Studio, replacing manual Excel tasks with reproducible charts: enriched UK data, monthly country sales, department totals, and top cities for January 2017.
Apply a case study to an R workflow by importing eight data files with readxl, creating a script, setting the working directory, and inspecting each data frame.
Learn practical data cleansing in R Studio by removing duplicates, filtering data frames, and preparing time series data with zoo for monthly sales analysis.
Merge six monthly sales data frames into a single sales_data frame and enrich it with store and department data to expand columns from eight to twelve.
Manipulate data frames in R to enrich cells, export charts and images, and create output while filtering, grouping, and summarizing for UK, Germany, and top 10 cities in January 2017.
Learn to export cleansed data from R Studio to Excel and create charts: monthly sales by country, Germany vs UK, total sales by department, and top cities by sales.
Explore next steps after mastering R Studio, by building data products like dashboards and interactive reports, and advance into data science with machine learning and recommendation systems.
Welcome to the Beginner RStudio Course For Excel Users
If you are only using Microsoft Excel to perform data processing, and now you want to have the knowledge and tools to make your tasks easier, then this is the course for you.
In this course, you will learn about R language and RStudio, how to get started, and how to incorporate these tools into your data processing workflow.
But more importantly, you will learn how using the R language will make you a hero in data processing.
By enrolling in this course, you will get the essential knowledge on how to become a data processing hero
You will learn how to extract the data from the Excel ecosystem and convert it into data frames in RStudio.
You will learn how to cleanse data in RStudio using methods that are faster than when you are cleansing the data in Microsoft Excel.
You will get the knowledge on how to manipulate and enrich the data
You will also learn how to visualize your data using rich and interactive charts
And last, you will learn how to export the results of your data processing back to the Microsoft Office ecosystem.
In this course, you will only get the essence of the data processing knowledge. Every step and lesson in this course is critical. There is no unnecessary lesson that will distract you from the true purpose of this course.
Having the skills to process a large amount of data and generate useful insight from that data is a highly in-demand skill. This is something that you can leverage to boost your career or provide you with additional income streams. This is also a good start if you are exploring the career in business intelligence field.
This is not a data science lesson
Only a few people outside the data science community that is able to recognize the advantage that they have if they leverage the R language in processing data in a common workplace environment. The intended audience for this course is anyone who is frequently working with data and want to learn a better and faster tool to explore and manipulate that data.