You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documenting functions should be compulsory, and the best place to do it is right above the function itself. This can be quickly and easily done with the roxygen2 syntax, as explained here by H. Wickham.
In RStudio, put the cursor at the beginning of the function, then click on Code, then Insert Roxygen Skeleton. Here is a screenshot.
The text was updated successfully, but these errors were encountered:
Documenting functions should be compulsory, and the best place to do it is right above the function itself. This can be quickly and easily done with the roxygen2 syntax, as explained here by H. Wickham.
In RStudio, put the cursor at the beginning of the function, then click on
Code
, thenInsert Roxygen Skeleton
. Here is a screenshot.The text was updated successfully, but these errors were encountered: