Introducing R and RStudio IDE
-Last updated on 2024-07-02 | +
Last updated on 2024-11-19 | Edit this page
@@ -704,7 +704,7 @@Exercise: Work interactively in R
-
+
You will get the same output you did as when you ran
getwd()
from the source. You can run any command in the
@@ -796,7 +796,7 @@
Exercise: What do these functions do?
-
+
-
dir()
# Lists files in the working directory
@@ -941,7 +941,7 @@
Exercise: Searching for R functions
-
+
While your search results may return several tests, we list a few you might find:
@@ -1042,8 +1042,8 @@