diff --git a/01-intro-to-r.html b/01-intro-to-r.html index 14c7f040..7e37a367 100644 --- a/01-intro-to-r.html +++ b/01-intro-to-r.html @@ -577,7 +577,7 @@
The value of area_acres
is still 6.175 because you have
not re-run the line area_acres <- 2.47 * area_hectares
@@ -641,7 +641,7 @@
R implicitly converts them to all be the same type.
Vectors can be of only one data type. R tries to convert (coerce) the content of this vector to find a “common denominator” that doesn’t lose @@ -1059,7 +1059,7 @@
Only one. There is no memory of past data types, and the coercion happens the first time the vector is evaluated. Therefore, the @@ -1406,7 +1406,7 @@
The value of area_acres
is still 6.175 because you have
not re-run the line area_acres <- 2.47 * area_hectares
@@ -1184,7 +1184,7 @@
R implicitly converts them to all be the same type.
Vectors can be of only one data type. R tries to convert (coerce) the content of this vector to find a “common denominator” that doesn’t lose @@ -1607,7 +1607,7 @@
Only one. There is no memory of past data types, and the coercion happens the first time the vector is evaluated. Therefore, the @@ -1963,7 +1963,7 @@
The value of area_acres
is still 6.175 because you have
not re-run the line area_acres <- 2.47 * area_hectares
@@ -659,7 +659,7 @@
R implicitly converts them to all be the same type.
Vectors can be of only one data type. R tries to convert (coerce) the content of this vector to find a “common denominator” that doesn’t lose @@ -1077,7 +1077,7 @@
Only one. There is no memory of past data types, and the coercion happens the first time the vector is evaluated. Therefore, the @@ -1424,7 +1424,7 @@
The two main goals for this lessons are: