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

КОМЕНТАРІ • 2

  • @agsoutas
    @agsoutas 3 роки тому +1

    Thanks for the tutorial. By the way, the video window of you speaking in the newer tutorials looks very cool.

    • @StatisticsGlobe
      @StatisticsGlobe  3 роки тому

      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