Talk:Links

From R
(Difference between revisions)
Jump to: navigation, search
(Created page with "Maybe add https://google.github.io/styleguide/Rguide.xml and use the style as well on the pages in this wiki?")
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
Maybe add https://google.github.io/styleguide/Rguide.xml and use the style as well on the pages in this wiki?
 
Maybe add https://google.github.io/styleguide/Rguide.xml and use the style as well on the pages in this wiki?
 +
----
 +
Feel free to add any link you find useful. Syntax highlighting for R in this wiki is done with the help of [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi GeSHi], e.g.:
 +
<nowiki><source lang='rsplus'></nowiki>
 +
<nowiki>a<-2</nowiki>
 +
<nowiki>a</nowiki>
 +
<nowiki></source></nowiki>
 +
results in
 +
<source lang='rsplus'>
 +
a<-2
 +
a
 +
</source>
 +
--[[User:Oliver.gubler|Oliver.gubler]] 14:34, 9 December 2015 (CET)

Latest revision as of 14:34, 9 December 2015

Maybe add https://google.github.io/styleguide/Rguide.xml and use the style as well on the pages in this wiki?


Feel free to add any link you find useful. Syntax highlighting for R in this wiki is done with the help of GeSHi, e.g.:

<source lang='rsplus'>
a<-2
a
</source>

results in

a<-2
a

--Oliver.gubler 14:34, 9 December 2015 (CET)

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox