0% found this document useful (0 votes)
29 views

Summary & Highlights - Module 1 - R Basics - R Programming Basics For Data Science - Edx

R basics

Uploaded by

thekarakorumgirl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Summary & Highlights - Module 1 - R Basics - R Programming Basics For Data Science - Edx

R basics

Uploaded by

thekarakorumgirl
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

11/10/2023, 10:34 Summary & Highlights | Module 1 - R Basics | R Programming Basics for Data Science | edX

IBM RP0101EN Help SamiyaMirzaw


R Programming Basics for Data Science
Course Progress Dates Discussion

Course / Module 1 - R Basics / Summary & Highlights


Previous Next
Summary & Highlights
Bookmark this page

Summary & Highlights


Congratulations! You have completed this lesson. At this point in the course, you know:
You can use the R programming language to perform statistical computation, data visualization,
and predictive analysis.
The four most common data types in R are integer, numeric, character, and logical.
You can use the class() function and the is.integer(), is.numeric(), is.character(),
and is.logical() functions to determine the data type.
You can convert some data types to other data types using
the as.integer(), as.numeric(), as.character(), and as.logical() functions.
R provides math operators that you can use to perform calculations on your data.
Using variables in your calculations and providing them with descriptive names can help shorten
your code and make it easier to read.
You can control the order of operations using parenthesis.
The R development environment includes the R console, R script files, and workspaces.
Two important tools for working with R code are RStudio and Jupyter.
RStudio features, like syntax highlighting and auto code completion, make writing code easier.
The main components of RStudio include the File Editor, Console, Workspace, and File, Plots, and
Packages Explorer.
A Jupyter Notebook is made up of cells that can contain code, markdown files, or raw text.
An all-in-one Jupyter Notebook contains narration, code, data, and plots, images, or videos.

Previous Next

https://learning.edx.org/course/course-v1:IBM+RP0101EN+2T2021/block-v1:IBM+RP0101EN+2T2021+type@sequential+block@feabf7128e4a43e1bd0f131c37d1c9b6/block-v1:IBM+RP0101EN+2T2021+type@vertical+block@ccde6… 1/2
11/10/2023, 10:34 Summary & Highlights | Module 1 - R Basics | R Programming Basics for Data Science | edX

All Rights Reserved

edX
About
Affiliates
edX for Business
Open edX
Careers
News
Legal
Terms of Service & Honor Code
Privacy Policy
Accessibility Policy
Trademark Policy
Sitemap
Cookie Policy
Your Privacy Choices
Connect
Idea Hub
Contact Us
Help Center
Security
Media Kit

© 2023 edX LLC. All rights reserved.


深圳市恒宇博科技有限公司 粤ICP备17044299号-2

https://learning.edx.org/course/course-v1:IBM+RP0101EN+2T2021/block-v1:IBM+RP0101EN+2T2021+type@sequential+block@feabf7128e4a43e1bd0f131c37d1c9b6/block-v1:IBM+RP0101EN+2T2021+type@vertical+block@ccde6… 2/2

You might also like