From 66a5a2f36881ac98d9823dfe1a1fe02984b321fe Mon Sep 17 00:00:00 2001
From: GitHub Actions R55).
To see the value of a variable, we can print it by typing the name of the variable and hitting CTRL + Return (or CTRL + -Enter) while working in the Script.R file in the editor which is -recommended. If we are working in the console directly, we need to hit -Return (or Enter). In general, R will print to the -console any object returned by a function or operation unless -we assign it to a variable.
+Enter) while working in the “script.R
” file in the
+editor which is recommended. If we are working in the console directly,
+we need to hit Return (or Enter). In general, R
+will print to the console any object returned by a function or operation
+unless we assign it to a variable.
An error message is returned due to “invalid input.” This is likely because ‘*’ has a special meaning in the shell, as a wildcard.
@@ -831,7 +831,7 @@wc
in R
All vectors are one-dimensional and each element is of the same type.
@@ -1023,7 +1023,7 @@We know that typeof(FOURS)
will also return
"double"
since matrices are made of elements of the same
@@ -1207,7 +1207,7 @@
The weight column is numeric while group is a factor. Lists can have elements of different types. Since a Data Frame is just a special type diff --git a/aio.html b/aio.html index 66db4b5f7..4ff41e50d 100644 --- a/aio.html +++ b/aio.html @@ -657,11 +657,11 @@
To see the value of a variable, we can print it by typing the name of the variable and hitting CTRL + Return (or CTRL + -Enter) while working in the Script.R file in the editor which is -recommended. If we are working in the console directly, we need to hit -Return (or Enter). In general, R will print to the -console any object returned by a function or operation unless -we assign it to a variable.
+Enter) while working in the “script.R
” file in the
+editor which is recommended. If we are working in the console directly,
+we need to hit Return (or Enter). In general, R
+will print to the console any object returned by a function or operation
+unless we assign it to a variable.
An error message is returned due to “invalid input.” This is likely because ‘*’ has a special meaning in the shell, as a wildcard.
@@ -4773,7 +4773,7 @@