R programming | Create and Modify lists in R programming

Опубликовано: 25 Март 2026
на канале: rdatacode
137
3

R programming for data analysis. Section 2. R data structure and create datasets. Lecture 12.Create, Index and Modify lists in R programming


A list allows you to gather a variety of (possibly unrelated) objects under one name. For example, a list may contain a combination of vectors, matrices, data frames, and even other lists. The results of many R functions often return lists. You can create a list using the list() function, where the objects are any of the data structures in R.

Referring to elements of a list


Main sections in this playlist - R programming for beginners
Section 1 Get started with R environment
Section 2 R data structure, create datasets
Section 3 Basic data management
Section 4 Advanced data management
Section 5 Using R graphic ggplot2
Section 6 dplyr()

#rprogramming
#list
#create
#modify
#index
#rdatacode