The code chunk that is going to let this data scientists to do this is
- unite(retail, “price”, price_dollars, price_cents, sep=”.”)
- Option C
What is a code chunk in R
These are the means that are helpful for rendering the outputs that are in the R programming language to documents.
The chunk can help to show the written code for the sake of illustration.
Complete question
Please Choose The Correct Option ✔
A
unite(retail, price_dollars, price_cents, sep=”.”)
B
unite(retail, “price”, price_dollars, price_cents)
C
unite(retail, “price”, price_dollars, price_cents, sep=”.”)
Correct Answer
D
unite(retail, “price”, price_cents, sep=”.”)
Read more on R codes here:
https://brainly.com/question/26253705