-
Notifications
You must be signed in to change notification settings - Fork 39
Home
Alathea edited this page Jul 10, 2014
·
29 revisions
The wiki is an easy way for people to share exercises, ask questions, and make comments. The pages are edited via Github in Markdown format. All you have to do is click "Edit" in the top right of this page to edit the page.
- Data Structures
- [Subsetting] (https://github.com/aammd/UBCadv-r/wiki/Subsetting)
You can use the buttons at the top of the edit window to format your writing. Alternatively, you can use the Markdown syntax directly.
- Headings are prefixed with one or more
#
symbols. The more#
you add, the smaller the heading. e.g.# Heading 1
,## Heading 2
, etc. - Bold is wrapped in double asterisks:
**bold text here**
= bold text here - Italics are wrapped in single asterisks:
*italic text here*
= italic text here - Links are created by wrapping the text in square brackets followed by the URL in parentheses:
[Click here](http://www.virusimplementer.com)