number = 1
class(number)
typeof(number)

my_date = as.Date('01-01-2023')
class(my_date)
typeof(my_date)
as.numeric(my_date)

word = "NewsPaper"
class(word)
typeof(word)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: