Talk:Links

(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?")
 
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.:
 +
 +
<code>
 +
<nowiki>
 +
<source lang='rsplus'>
 +
 +
a<-2
 +
 +
</source>
 +
</nowiki>
 +
</code>
 +
 +
results in
 +
<source lang='rsplus'>
 +
a<-2
 +
</source>
 +
--[[User:Oliver.gubler|Oliver.gubler]] 14:32, 9 December 2015 (CET)

Revision as of 15:32, 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 </source>

results in

a<-2

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

Personal tools
Namespaces
Variants
Actions
Navigation
Browse
Toolbox