diff --git a/01-starting-with-data.html b/01-starting-with-data.html index 3b41e304..43c3a00c 100644 --- a/01-starting-with-data.html +++ b/01-starting-with-data.html @@ -497,7 +497,7 @@

Show me the solution

-
+

R will construct column headers from values in your first row of data, resulting in X0 X0.1 X1 X3 X1.1 X2 ....

@@ -533,7 +533,7 @@

Show me the solution

-
+

R @@ -808,7 +808,7 @@

Show me the solution

-
+

R @@ -1351,7 +1351,7 @@

Solutions

-
+
  1. animal[4:1]

  2. "o" "n" "k" "e" "y" and @@ -1392,7 +1392,7 @@

    Show me the solution

    -
    +

    Answer: 3

    Explanation: You want to extract the part of the dataframe @@ -1435,7 +1435,7 @@

    Show me the solution

    -
    +

    R @@ -1486,7 +1486,7 @@

    Show me the solution

    -
    +

    R @@ -1578,7 +1578,7 @@

    Show me the solution

    -
    +

    R @@ -1675,7 +1675,7 @@

    Keypoints