Question
Why is a script preferable to entering all R commands interactively for an analysis?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A script preserves a reproducible record of the workflow
Explanation:
Saved code can be rerun, reviewed, and shared.
This is essential for reproducing data cleaning, analysis, and visualization steps.
Leave a Reply