Recommended R functions

From Testiwiki
Revision as of 05:41, 21 August 2011 by Jouni (talk | contribs) (placeholder)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Recommended R functions describes good practices for writing R code. The code should be short, straightforward to understand, efficient to run, and similar to everyone else's code.

Question

What are good practices for writing R code? The code should be short, straightforward to understand, efficient to run, and similar to everyone else's code.

Answer

data.frame

ggplot2

tapply

merge

rbind

cbind

reshape

op_baseGetData

op_baseGetLocs

op_baseWrite

Rationale

Based on experience and testing.

See also

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>