Skip to content

Commit

Permalink
add or modify poll/queries
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 10, 2024
1 parent cab4092 commit d97a578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions qmd/01_FirstSteps.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ One way to communicate this context is with the output from sessionInfo().
sessionInfo()
```

**Query**: Using sessionInfo() determine which R-version you are running.
****

# Assigning values to objects
Expand Down
1 change: 0 additions & 1 deletion qmd/03_GettingData.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ In Rstudio they can be created using `File > New File > R script`
- How many different species are in the new data_frame. Save this number as variable `ns` (hint: there are two useful functions: `unique()` and `length()`)
- write the new `data_frame d` in comma seperated file `iris_big_sepal.csv`
- save the whole environment in a file `analysis.RData`
- delete all variables in the environment
* Save the script and run it (source)
* Bonus: Delete all whole environment reload it from the image file

Expand Down

0 comments on commit d97a578

Please sign in to comment.