filmov
tv
Test if Data Object is a Vector in R (2 Examples) | is.vector & is.atomic Functions | Apply to List

Показать описание
R code of this video:
my_vec <- 1:5 # Create example vector
my_vec # Print example vector
my_list <- list(1:3, # Create example list
"x")
my_list # Print example list
Follow me on Social Media:
my_vec <- 1:5 # Create example vector
my_vec # Print example vector
my_list <- list(1:3, # Create example list
"x")
my_list # Print example list
Follow me on Social Media: