A data analyst wants to assign the value 50 to the variable daily_dosage. Which of the following types of operators will they need to write that code?
Assignment
The analyst can use an assignment operator to write the following code: daily_dosage <- 50. In this code, the assignment operator <- is used to assign a value of 50 to the variable daily_dosage.