Get startedGet started for free

Comparing packages and scripts

Creating packages in R offers several advantages over defining functions in scripts. Scripts are usually the first way that users interact with R through the use of R packages. Becoming an R package creator takes your data and software skills to another level! Let's compare and contrast the two methods in terms of their impact on code organization, reproducibility, collaboration, and sharing.

Which of the following statements are true? Select all that apply.

This exercise is part of the course

Developing R Packages

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise