Creating Objects and Variables in R | RStodio for Beginners
Animal Sciences Animal Sciences
4.62K subscribers
2,015 views
0

 Published On Mar 15, 2023

This video is about creating objects and variables in R software. In R, an object is a data structure that stores a value or a collection of values. Examples of objects are vectors, matrices, data frames, and lists. A vector is the simplest type of object in R. It contains elements of the same data type. The objects in R can be stored with any name. So, we can say objects are stored as variables.

Code used in this video: https://drive.google.com/file/d/1EdLd...

The other topics discussed in this video are the following:
Creating a series vector using the colon : operator
Generating a sequence of numbers with a specified increment using the seq function
Creating a vector of your desired numbers using concatenate or combine function
Creating character vectors
Removing an object or a list of objects from the environment

To learn R programming from basics, please watch the videos in the following playlist
   • Basics of R Programing  

#createobjectsinr #rprogramming #rprogrammingforbeginners #basicsofrprogramming

show more

Share/Embed