Introduction to R for bioinformatics (part 1)
Published:
Variables, assignments, and basic arithmetic
Variable names usually begin with letters, and should be descriptive.
The assignment “<-“ operator stores value on the right hand side to the variable name on the left hand side.
You can assign values in one variable to another variable.