PowerPoint Presentation

Published on Slideshow
Static slideshow
Download PDF version
Download PDF version
Embed video
Share video
Ask about this video

Scene 1 (0s)

. [Virtual Presenter] Good morning everyone, and welcome to the presentation. Today we'll be exploring the topic of R programming, and learning about 10 important definitions associated with it. I'm sure everyone is eager to get started, so let's dive right in..

Scene 2 (16s)

. [Virtual Presenter] When dealing with R programming, some important definitions need to be understood. A vector is an ordered collection of elements of the same data type that can be created using the c() function. A data frame is a two-dimensional table structure in which columns can be of different data types and can be created using the data.frame() function. A list is an ordered collection of objects of different data types that can be created using the list() function. These definitions should help make your R programming journey easier..

Scene 3 (49s)

[Audio] R programming is an important skill which can be used to automate tasks and provide useful insights. Among the important concepts in R programming are functions, matrices, and packages. A function is a reusable block of code that can complete a specified task. Matrices are two-dimensional arrays in which every element is of the same data type. Lastly, packages are collections of R functions, data, and documentation that can be easily installed and used..

Scene 4 (1m 23s)

[Audio] Data types are a way to classify data depending on what values it can contain. R programming has four data types - numeric, character, logical and factor. Variables are objects with certain data type which are named. Assignment operators <- or = are used to set this up. Conditional statements involve blocks of code being executed depending on whether a certain condition is true or false. If, else and else if statements are used in R programming for this purpose. Finally, for repeating blocks of code multiple times, loops such as for and while are used..

Scene 5 (2m 2s)

[Audio] Taking a close look at what the R-Programming language can do and the possibilities it offers, we have gone through some important definitions in the fifth and final slide of this presentation. Let's all continue to strive to learn and understand the language to use it to its fullest potential. Appreciate your attention..