gbotosh / r_4_data_science_solutions

Solutions to excercises in R for Data Science textbook by Hadley Wickham
0 stars 0 forks source link

R programming #1

Open Talata600 opened 1 month ago

Talata600 commented 1 month ago

Write each of the following lines of code. Add a one-sentence comment above each line explaining what is computed. Include your comments in the written report.

Talata600 commented 1 month ago

second_vector + 20 second_vector * 20 second_vector >= 20 second_vector != 20 # != means "not equal"

gbotosh commented 1 month ago

Thanks. But, please I do not understand. I will appreciate if you can expatiate further on it.