diff --git a/A_-very-_short_introduction_to_R.html b/A_-very-_short_introduction_to_R.html new file mode 100644 index 0000000..8d45ab8 --- /dev/null +++ b/A_-very-_short_introduction_to_R.html @@ -0,0 +1,392 @@ + + + + + + + + + + + + + +A (very) short introduction to R + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+

Author

+ +
+
+

Co-Authors

+ +
+
+

Description

+

This course is the swirl version of A +(very) short introduction to R. This document has 10 pages of +background and exercises and 2 pages listing useful functions (to use as +a reference). Working through this tutorial takes 1 to 2 hours +(depending on your background).

+

Instead of reading the pdf and doing the ToDo exercises, you can also +go through the text and exercises interactively, using swirl. The +contents are the same (with a few exceptions), so you can open the pdf +version alongside to look up how to do something you learned before or +browse through the references on the last two pages.

+

If you find any errors, please let me know on the issues +page.

+
+
+

Installation

+
swirl::install_course("A_(very)_short_introduction_to_R")
+
+

Manual Installation

+
    +
  1. Download this +file.
  2. +
  3. Run swirl::install_course() in the R console.
  4. +
  5. Select the file you just downloaded.
  6. +
+
+
+
+

Website

+ +
+ + + + +
+ + + + + + + + + + + + + + + diff --git a/DataTrail_01_Forming_Questions.html b/DataTrail_01_Forming_Questions.html index 3ce4f3c..e67570b 100644 --- a/DataTrail_01_Forming_Questions.html +++ b/DataTrail_01_Forming_Questions.html @@ -13,7 +13,7 @@ DataTrail - 01 Forming Questions - + @@ -32,8 +32,8 @@ - - + + - - + + - + code{white-space: pre-wrap;} + span.smallcaps{font-variant: small-caps;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} + div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} + ul.task-list{list-style: none;} + + + @@ -197,13 +176,12 @@ max-height: 500px; min-height: 44px; overflow-y: auto; - background: white; border: 1px solid #ddd; border-radius: 4px; } -.tabset-dropdown > .nav-tabs > li.active:before { - content: ""; +.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before { + content: "\e259"; font-family: 'Glyphicons Halflings'; display: inline-block; padding: 10px; @@ -211,16 +189,9 @@ } .tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before { - content: ""; - border: none; -} - -.tabset-dropdown > .nav-tabs.nav-tabs-open:before { - content: ""; + content: "\e258"; font-family: 'Glyphicons Halflings'; - display: inline-block; - padding: 10px; - border-right: 1px solid #ddd; + border: none; } .tabset-dropdown > .nav-tabs > li.active { @@ -264,7 +235,7 @@