Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA Microsoft AZ-900 AWS Certified Developer - Associate
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Blockchain
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Virtual Reality
Google Flutter Android Development iOS Development React Native Swift Dart (programming language) Mobile App Development Kotlin SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Meditation CBT Cognitive Behavioral Therapy Sound Therapy
Entrepreneurship Fundamentals Business Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Home Business
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Copywriting Email Marketing YouTube Marketing Drop Servicing

DevelopmentData ScienceR (programming language)

R Programming Complete Certification Training

R concepts, coding examples. Data structure, loops, functions, packages, plots/charts, data/files, decision-making in R.
Rating: 3.4 out of 53.4 (136 ratings)
14,276 students
Created by Uplatz Training
Last updated 7/2020
English
English [Auto]

What you'll learn

  • Deep practical knowledge of R programming language
  • Become a Data Scientist, Data Engineer, Data Analyst or Consultant
  • Fundamentals and setup of R Language
  • Get familiar with RStudio
  • Variables and Data Types
  • Input-Output Features in R
  • Operators in R
  • Data Structure in R
  • Vectors, Lists and their application
  • R Programs for Lists and Vectors in RStudio
  • Matrix and application of Matrices in R with R Programs
  • Arrays with R Programs for Arrays in RStudio
  • Data Frames and R Programs for Data Frame in RStudio
  • Factors, application of Factors, R Programs for Factors in RStudio
  • Decision-making in R, types of decision-making statements with R Programs
  • Loops in R, flowcharts and programs for loops in R
  • Functions in R
  • Strings in R
  • Packages in R
  • Data and File Management in R
  • Plotting in R (graphs, charts, plots, histograms)
  • Write complex R programs for practical industry scenarios

Requirements

  • Enthusiasm and determination to make your mark on the world!

Description

A warm welcome to the R Programming course by Uplatz.


R is a programming language that provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering) and graphical techniques, and is highly extensible.

While there is something called the S language which is often the vehicle of choice for research in statistical methodology, on the other hand R provides an Open Source route to participation in that activity. R is nothing but an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes an effective data handling and storage facility, a suite of operators for calculations on arrays, in particular matrices, a large, coherent, integrated collection of intermediate tools for data analysis, graphical facilities for data analysis and display either on-screen or on hardcopy, and a well-developed, simple and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.

R can be considered as an integrated version of a programming language and software environment for statistical analysis, graphics representation and reporting. R was created by Ross Ihaka and Robert Gentleman at the University of Auckland, New Zealand, and is currently developed by the R Development Core Team. R is freely available under the GNU General Public License, and pre-compiled binary versions are provided for various operating systems like Linux, Windows and Mac. This programming language was named R, based on the first letter of first name of the two R authors (Robert Gentleman and Ross Ihaka), and partly a play on the name of the Bell Labs Language S.

This R Programming course by Uplatz is designed for software programmers, statisticians and data miners who are looking forward for developing statistical software using R programming. Even if you are a beginner, this R course is the perfect place to start. If you are trying to understand the R programming language as a beginner, this R Programming course will provide you enough understanding on almost all the concepts of the language from where you can take yourself to higher levels of expertise. This R tutorial will provide you an opportunity to take a deep-dive into R programming and build your R skills from scratch. To get the most out of the R programming training, you would need to practice as you proceed with the tutorials.


After successful completion of the R Programming training course you will be able to:

  • Master the use of the R and RStudio interactive environment

  • Expand R by installing R packages

  • Explore and understand how to use the R documentation

  • Read Structured Data into R from various sources

  • Understand the different data types in R

  • Understand the different data structures in R

  • R programming constructs - variables, functions, string manipulation, loops, etc.

  • Conduct decision-making using R

  • Able to do Data and file management in R

  • Packages in R

  • Plotting and Visualization in R

  • and more...


R Programming - Course Syllabus


1. Fundamentals of R Language

  • Introduction to R

  • History of R

  • Why R programming Language

  • Comparison between R and Python

  • Application of R


2. Setup of R Language

  • Local Environment setup

  • Installing R on Windows

  • Installing R on Linux

  • RStudio

  • What is RStudio?

  • Installation of RStudio

  • First Program - Hello World


3. Variables and Data Types

  • Variables in R

  • Declaration of variable

  • Variable assignment

  • Finding variable

  • Data types in R

  • Data type conversion

  • R programs for Variables and Data types in RStudio


4. Input-Output Features in R

  • scan() function

  • readline() function

  • paste() function

  • paste0() function

  • cat() function

  • R Programs for implementing these functions in RStudio


5. Operators in R

  • Arithmetic Operators

  • Relational Operators

  • Logical Operators

  • Assignment Operators

  • Miscellaneous Operators

  • R Programs to perform various operations using operators in RStudio


6. Data Structure in R (part-I)

  • What is data structure?

  • Types of data structure

  • Vector

    - What is a vector in R?

    - Creating a vector

    - Accessing element of vector

    - Some more operations on vectors

    - R Programs for vectors in RStudio

  • Application of Vector in R

  • List

    - What is a list in R?

    - Creating a list

    - Accessing element of list

    - Modifying element of list

    - Some more operations on list

  • R Programs for list in RStudio


7. Data Structure in R (part-II)

  • Matrix or Matrices

    - What is matrix in R?

    - Creating a matrix

    - Accessing element of matrix

    - Modifying element of matrix

    - Matrix Operations

  • R Programs for matrices in RStudio

  • Application of Matrices in R

  • Arrays

    - What are arrays in R?

    - Creating an array

    - Naming rows and columns

    - Accessing element of an array

    - Some more operations on arrays

  • R Programs for arrays in RStudio


8. Data Structure in R (part-III)

  • Data frame

    - What is a data frame in R?

    - Creating a data frame

    - Accessing element of data frame

    - Modifying element of data frame

    - Add the new element or component in data frame

    - Deleting element of data frame

    - Some more operations on data frame

  • R Programs for data frame in RStudio

  • Factors

    - Factors in R

    - Creating a factor

    - Accessing element of factor

    - Modifying element of factor

  • R Programs for Factors in RStudio

  • Application of Factors in R


9. Decision Making in R

  • Introduction to Decision making

  • Types of decision-making statements

  • Introduction, syntax, flowchart and programs for

    - if statement

    - if…else statement

    - if…else if…else statement

    - switch statement


10. Loop control in R

  • Introduction to loops in R

  • Types of loops in R

    - for loop

    - while loop

    - repeat loop

    - nested loop

  • break and next statement in R

  • Introduction, syntax, flowchart and programs for

    - for loop

    - while loop

    - repeat loop

    - nested loop


11. Functions in R

  • Introduction to function in R

  • Built-in Function

  • User-defined Function

  • Creating a Function

  • Function Components

  • Calling a Function

  • Recursive Function

  • Various programs for functions in RStudio


12. Strings in R

  • Introduction to string in R

    - Rules to write R Strings

    - Concatenate two or more strings in R

    - Find length of String in R

    - Extract Substring from a String in R

    - Changing the case i.e. Upper to lower case and lower to upper case

  • Various programs for String in RStudio


13. Packages in R

  • Introduction to Packages in R

  • Get the list of all the packages installed in RStudio

  • Installation of the packages

  • How to use the packages in R

  • Useful R Packages for Data Science

  • R program for package in RStudio


14. Data and File Management in R

  • Getting and Setting the Working Directory

  • Input as CSV File

  • Analysing the CSV File

  • Writing into a CSV File

  • R programs to implement CSV file


15. Plotting in R (Part-I)

  • Line graph

  • Scatterplots

  • Pie Charts

  • 3D Pie Chart


16. Plotting in R (Part-II)

  • Bar / line chart

  • Histogram

  • Box plot

Who this course is for:

  • R Developers & Data Developers
  • Data Scientists - R, Python
  • Newbies and beginners aspiring for a career in programming & statistical analysis
  • Data Engineers and Statistical Analysts
  • R & Python Programmers
  • Technical & Analytics Consultants
  • Anyone wishing to learn data science and machine learning
  • Lead R Developers
  • R Modelling Analysts
  • Data Software Developers
  • Financial and Marketing Analysts
  • Software Engineers
  • Web Application Developers
  • Business Analysts and Consultants
  • Data Science and Machine Learning enthusiasts

Instructor

Uplatz Training
Fastest growing Global IT Training Provider
Uplatz Training
  • 3.7 Instructor Rating
  • 10,379 Reviews
  • 373,493 Students
  • 145 Courses

Uplatz is UK-based leading IT Training provider serving students across the globe. Our uniqueness comes from the fact that we provide online training courses at a fraction of the average cost of these courses in the market.

Over a short span of 3 years, Uplatz has grown massively to become a truly global IT training provider with a wide range of career-oriented courses on cutting-edge technologies and software programming.

Our specialization includes Data Science, Data Engineering, SAP, Oracle, Salesforce, AWS, Microsoft Azure, Google Cloud, IBM Cloud, SAS, Python, R, JavaScript, Java, Full Stack Web Development, Mobile App Development, BI & Visualization, Tableau, Power BI, Spotfire, Data warehousing, ETL tools, Informatica, IBM Data Stage, Digital Marketing, Agile, DevOps, and more.

Founded in March 2017, Uplatz has seen phenomenal rise in the training industry starting with an online course on SAP FICO and now providing training on 5000+ courses across 103 countries having served 300,000 students in a period of just 3 years.

Uplatz's training courses are highly structured, subject-focused, and job-oriented with strong emphasis on practice and assignments. Our courses are designed and taught by more than a thousand highly skilled and experienced tutors who have strong expertise in their areas whether it be AWS, Azure, Adobe, SAP, Oracle, or any other technology or in-demand software.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.