my_var <- 30 # my_var is type of numeric
my_var <- "Sally" # my_var is now of type character (aka string)
Posted inUncategorized
Learn Coding While Having Coffee
my_var <- 30 # my_var is type of numeric
my_var <- "Sally" # my_var is now of type character (aka string)