26 lines
789 B
R
26 lines
789 B
R
$ R
|
|
|
|
R version 2.7.2 (2008-08-25)
|
|
Copyright (C) 2008 The R Foundation for Statistical Computing
|
|
ISBN 3-900051-07-0
|
|
|
|
R is free software and comes with ABSOLUTELY NO WARRANTY.
|
|
You are welcome to redistribute it under certain conditions.
|
|
Type 'license()' or 'licence()' for distribution details.
|
|
|
|
Natural language support but running in an English locale
|
|
|
|
R is a collaborative project with many contributors.
|
|
Type 'contributors()' for more information and
|
|
'citation()' on how to cite R or R packages in publications.
|
|
|
|
Type 'demo()' for some demos, 'help()' for on-line help, or
|
|
'help.start()' for an HTML browser interface to help.
|
|
Type 'q()' to quit R.
|
|
|
|
> f <- function(a, b, s) paste(a, "", b, sep=s)
|
|
> f("Rosetta", "Code", ":")
|
|
[1] "Rosetta::Code"
|
|
> q()
|
|
Save workspace image? [y/n/c]: n
|