as.name & is.name Functions in R (2 Examples) | Convert Character String to Name Object Data Type
Вставка
- Опубліковано 2 гру 2024
- How to apply the as.name and is.name functions in the R programming language. More details: statisticsglob...
R code of this video:
x <- "my_name" # Create character string object
x # Print character string object
class(x) # Check class
x_name <- as.name(x) # Apply as.name function
class(x_name) # Check class
is.name(x) # Test character string
is.name(x_name) # Test name object
Follow me on Social Media:
Facebook: / statisticsglobecom
Patreon: / statisticsglobe
Pinterest: www.pinterest....
Reddit: / joachimschork
Twitter: / joachimschork
Thanks for the tutorial. By the way, the video window of you speaking in the newer tutorials looks very cool.
Thanks for the feedback AG. Glad you like the new video style! :) Actually, it took some time to convince myself to add such a window showing myself, but now I'm happy that I did it :D