@sid100158 wrote:
I have written simple R code but while running my code it giving me error .I want to know how I can remove this error.
# Assign a value to the variable called 'my_apples' my_apples <- 5 # Print out the value of 'my_apples' my_apples # Assign a value to the variable 'my_oranges' and print it out my_oranges <- "six" my_oranges # New variable that contains the total amount of fruit my_fruit <- my_apples + my_oranges my_fruit
Posts: 2
Participants: 2