[R] EMACS/ESS problems
Kasper Daniel Hansen
k.hansen at biostat.ku.dk
Thu Oct 2 23:08:08 CEST 2003
On Thu, Oct 02, 2003 at 04:59:27PM -0400, Rich Heiberger wrote:
> One other issue that your original email suggests. We do not
> recommend the statement
> v=c(1,2,3)
> for assignment. It is much better to use the assignment arrow
> v <- c(1,2,3)
> (with spaces on both sides of the arrow for legibility). It is true
To this I might add: "and just as easy to type". Using ESS, the underscore
character (_) expands to the <- operator.
--
Kasper Daniel Hansen, Research Assistent
Department of Biostatistics, University of Copenhagen
More information about the ESS-help
mailing list