Develop your R package fast

2022-01-18
1 min read
R

If you have written many functions, it would be more convenient to build up a package. It is also wonderful to share the tools you created by developing a R package. I will introduce some easy steps to achieve this goal.

Create a new project

File > New project > New Dictionary > R package