diff --git a/03-seeking-help.html b/03-seeking-help.html index 3a3000a99..c59a71452 100644 --- a/03-seeking-help.html +++ b/03-seeking-help.html @@ -596,7 +596,7 @@
The c()
function creates a vector, in which all elements
are of the same type. In the first case, the elements are numeric, in
@@ -625,7 +625,7 @@
To look at the help for the paste()
function, use:
The standard R function for reading tab-delimited files with a period decimal separator is read.delim(). You can also do this with diff --git a/05-data-structures-part2.html b/05-data-structures-part2.html index 07c14c7f4..81f4a85f1 100644 --- a/05-data-structures-part2.html +++ b/05-data-structures-part2.html @@ -659,7 +659,7 @@
To check the last few lines it’s relatively simple as R already has a function for this:
@@ -1001,7 +1001,7 @@The source
function can be used to use a script within a
script. Assume you would like to load the same type of file over and
@@ -1052,7 +1052,7 @@
The object gapminder
is a data frame with columns
We will first see a solution to Challenge 1 which does not use the
any()
function. We first obtain a logical vector describing
@@ -861,7 +861,7 @@
We can check whether the two vectors are identical using the
all()
function:
Step 1: We want to make sure we can extract all the unique values of the continent vector
@@ -1024,7 +1024,7 @@We modify our solution to Challenge 3 by now adding two thresholds,
lowerThreshold
and upperThreshold
and
@@ -1073,7 +1073,7 @@
We will use the Write a function called Define the function to convert directly from Fahrenheit to Celsius,
by reusing these two functions above Extend our previous definition of the function by adding in an
explicit call to Write a function called Answer 3 will calculate the average life expectancy per
continent. The original gapminder data.frame is in an intermediate format. It is
not purely long since it had multiple observation variables
@@ -656,7 +656,7 @@ The To look at the help for the The standard R function for reading tab-delimited files with a period
decimal separator is read.delim(). You can also do this with
@@ -4568,7 +4568,7 @@ To check the last few lines it’s relatively simple as R already has a
function for this: The The object We will first see a solution to Challenge 1 which does not use the
We can check whether the two vectors are identical using the
Step 1: We want to make sure we can extract all the
unique values of the continent vector We modify our solution to Challenge 3 by now adding two thresholds,
We will use the Write a function called Define the function to convert directly from Fahrenheit to Celsius,
by reusing these two functions above Extend our previous definition of the function by adding in an
explicit call to Write a function called grep()
command that was introduced in
the Unix
diff --git a/10-functions.html b/10-functions.html
index 6e74eb460..a2f845340 100644
--- a/10-functions.html
+++ b/10-functions.html
@@ -523,7 +523,7 @@ Challenge 1
Solution to challenge 1
-kelvin_to_celsius
that takes a
temperature in Kelvin and returns that temperature in CelsiusChallenge 2
Solution to challenge 2
-Challenge 3
Solution to challenge 3
-stopifnot()
. Since
@@ -967,7 +967,7 @@ Challenge 4
Solution to challenge 4
-R
@@ -1024,7 +1024,7 @@
R
Solution to challenge 5
-fence()
that takes two vectors
as arguments, called text
and wrapper
, and
diff --git a/11-writing-data.html b/11-writing-data.html
index cad25e0eb..f0d940291 100644
--- a/11-writing-data.html
+++ b/11-writing-data.html
@@ -439,7 +439,7 @@ Challenge 1
Solution to challenge 1
-R
@@ -563,7 +563,7 @@
Challenge 2
Solution to challenge 2
-R
diff --git a/12-plyr.html b/12-plyr.html
index e0f41a1bf..ad71e4ef2 100644
--- a/12-plyr.html
+++ b/12-plyr.html
@@ -563,7 +563,7 @@
Challenge 1
Solution to Challenge 1
-R
@@ -793,7 +793,7 @@
Challenge 2
Solution to Challenge 2
-R
@@ -893,7 +893,7 @@
R
Solution to Alternative Challenge
-Challenge 1
Solution to Challenge 1
-Challenge 2
Solution to Challenge 2
-R
@@ -952,7 +952,7 @@
Challenge 3
Solution to Challenge 3
-R
diff --git a/aio.html b/aio.html
index 067120237..469e7675a 100644
--- a/aio.html
+++ b/aio.html
@@ -2124,7 +2124,7 @@
R
Solution to Challenge 1
-c()
function creates a vector, in which all elements
are of the same type. In the first case, the elements are numeric, in
@@ -2153,7 +2153,7 @@ Challenge 2
Solution to Challenge 2
-paste()
function, use:Challenge 3
Solution to Challenge 3
-R
Solution to Challenge 1
-R
@@ -4858,7 +4858,7 @@
Challenge 2
Solution to Challenge 2
-Challenge 3
Solution to Challenge 3
-source
function can be used to use a script within a
script. Assume you would like to load the same type of file over and
@@ -4969,7 +4969,7 @@ Challenge 4
Solution to Challenge 4
-gapminder
is a data frame with columns
@@ -6753,7 +6753,7 @@
Challenge 1
Solution to Challenge 1
-any()
function. We first obtain a logical vector describing
@@ -7096,7 +7096,7 @@ Challenge 2
Solution to Challenge 2
-all()
function:Challenge 3
Solution to Challenge 3
-Challenge 4
Solution to Challenge 4
-lowerThreshold
and upperThreshold
and
@@ -7310,7 +7310,7 @@ Challenge 5 - Advanced
Solution for Challenge 5
-grep()
command that was introduced in
the Unix
@@ -8809,7 +8809,7 @@ Challenge 1
Solution to challenge 1
-kelvin_to_celsius
that takes a
temperature in Kelvin and returns that temperature in CelsiusChallenge 2
Solution to challenge 2
-Challenge 3
Solution to challenge 3
-stopifnot()
. Since
@@ -9259,7 +9259,7 @@ Challenge 4
Solution to challenge 4
-R
@@ -9316,7 +9316,7 @@
R
Solution to challenge 5
-fence()
that takes two vectors
as arguments, called text
and wrapper
, and
@@ -9506,7 +9506,7 @@ Challenge 1
Solution to challenge 1
-R
@@ -9631,7 +9631,7 @@
Challenge 2
Solution to challenge 2
-