I m new to R and with augh time piecing information from different sources online related to what is considered a “Good” practice with written R Code. 我阅读了基本指南,但我现在很难找到迄今为止已经确定的信息。
- What are some examples of well written/documented S3 classes?
- How about corresponding S4 classes?
- What conventions do you use when commenting .R classes/functions? Do you put all of your comments in both .Rd files and .R files? Is synchronization of these files tiresome?