my_var <- 30 # my_var is type of numeric
my_var <- "Sally" # my_var is now of type character (aka string)
my_var # print my_var