Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
R basics for Data Science , AI , Data Analytics : Part 1
Rating: 4.4 out of 5(57 ratings)
2,379 students

R basics for Data Science , AI , Data Analytics : Part 1

Use R for Data Analytics and Data science
Last updated 12/2024
English
English [Auto],

What you'll learn

  • Learn the core principles of programming
  • Learn how to create variables
  • Learn how to use functions
  • Learn how to use various data structures in R

Course content

4 sections16 lectures1h 51m total length
  • keywords In R3:02

    Explore the basics of R with a focus on keywords, reserved words, and how to view them using the R help topic, applying a practical notebook workflow.

  • Identifiers in R4:47

    Identify how R identifiers name variables, functions, or objects. Learn the naming rules: letters, numbers, dot and underscore are allowed with restrictions on starting characters and symbol use.

  • Comments in R5:03

    Learn how to annotate and explain your R code with comments, using single line and multi-line hashes to improve readability, illustrated by an area of a circle example.

  • Statements in R4:32

    Learn how expressions in R form statements, and distinguish single line from multi line statements to improve readability while summing numbers and printing results using variables like total_sum.

  • What are variables in R & its use6:28

    Learn how variables in R represent changing values over time, how to store and retrieve them via symbol tables, memory allocation, and linking variables to memory addresses.

  • Types of Variable assignment in R4:43

    Learn four ways to assign variables in R—equals operator, leftward and rightward assignment, and the assign function—understanding when each method is used and how they store values.

Requirements

  • No prior knowledge or experience needed. Only a passion to be successful!

Description

Are you interested in data science?

Do you want to learn R totally from scratch?

Are you looking for an easy step by step approach to get into R?

Do you want to take an easy R course for BEGINNERS?

Well, if your answer is YES to some of these questions, look no further, this course will help you.




In this free course , will start with installation of R and Jupyter Notebook , then we will learn basics of R like keywords , Identifiers , data types , operators , loops etc.. & data structures in R as well !

This course is truly step-by-step. In every new tutorial we build on what had already learned and move one extra step forward.

The Entire R course is divided into 2 parts ( 2 hours each )   ! You will also get the code I am using for the demos.



What you will learn:

  • Learn how to use Jupyter Notebook

  • Learn the core principles of programming

  • Learn how to create vectors in R

  • Learn how to create variables

  • Learn about integer, double, logical, character, and other types in R

  • Learn how to create a while() loop and a for() loop in R

  • Learn how to define own functions in R

  • Learn the various data-structures in R




What R you waiting for?

Who this course is for:

  • This course is for you if you want to learn how to program in R
  • This course is for you if you are tired of R courses that are too complicated
  • This course is for you if you want to learn R by doing