Talk:Links

From R
(Difference between revisions)
Jump to: navigation, search
 
Line 2: Line 2:
 
----
 
----
 
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.:
 
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>
<code>
+
<nowiki>a<-2</nowiki>
<nowiki>
+
<nowiki>a</nowiki>
<source lang='rsplus'>
+
<nowiki></source></nowiki>
 
+
a<-2
+
 
+
</source>
+
</nowiki>
+
</code>
+
 
+
 
results in  
 
results in  
 
<source lang='rsplus'>
 
<source lang='rsplus'>
 
a<-2
 
a<-2
 +
a
 
</source>
 
</source>
--[[User:Oliver.gubler|Oliver.gubler]] 14:32, 9 December 2015 (CET)
+
--[[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