How to create variables and lists in R | R Tutorial #4

Опубликовано: 14 Сентябрь 2024
на канале: Data Professor
3k
56

In this video, I will show you how to create variables and lists in R. A variable is an object that can store values, for example, we can assign a single color value "blue" to a variable called "color. On the other hand, a list allows a variable to store a collection of values, for example, we can store several color information such as "blue", "green" and "red" to a single variable.

Download Kite for FREE

Thus, we have the following
Single-valued variable color = 'blue'
Multi-valued variable colors = ['blue', 'green', 'red']

Timeline
0:00 Introduction
0:21 Creating a single-valued variable
1:22 Creating a multi-valued list variable
2:48 List slicing

Subscribe to this YouTube channel
Join the Newsletter of Data Professor
Buy me a coffee

⭕ Playlist:
Check out our other videos in the following playlists.
Data Science 101:
Data Science YouTuber Podcast:
Data Science Virtual Internship:
Bioinformatics:
Data Science Toolbox:
Streamlit (Web App in Python):
Shiny (Web App in R):
Google Colab Tips and Tricks:
Pandas Tips and Tricks:
Python Data Science Project:
R Data Science Project:
Weka (No Code Machine Learning):

⭕ Recommended Books:

Hands-On Machine Learning with Scikit-Learn :
Data Science from Scratch :
Python Data Science Handbook :
R for Data Science :
Artificial Intelligence: The Insights You Need from Harvard Business Review:
AI Superpowers: China, Silicon Valley, and the New World Order:

⭕ Stock photos, graphics and videos used on this channel:


⭕ Follow us:
Medium:
FaceBook:
Website: (Under construction)
Twitter:
Instagram:
LinkedIn:
GitHub 1:
GitHub 2:

⭕ Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.