Skip to content

Commit

Permalink
cansavvy formatting edits
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Nov 20, 2024
1 parent cfb991a commit 29a818a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion quizzes/quiz_ch4.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ B) Writing code that you wish to save
c) Both A and B
d) Neither A nor B

?What is the purpose of an R Markdown file in RStudio?
? What is the purpose of an R Markdown file in RStudio?

a) To test code
b) To write code in the Console
Expand Down
8 changes: 4 additions & 4 deletions quizzes/quiz_ch5.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ m) number scripts in the order they are run (if more than one needs to be)

C) All of the listed reasons
C) All of the answers
o) when used with an .Rproj file all paths will start from the directory that contains that file
o) makes it easier if you copy your files to a new computer, as you don't have to adjust paths
m) makes it easier for others to take your files and not have to adapt the paths to use your code
m) enables paths relative to the .Rproj file
o) When used with an .Rproj file all paths will start from the directory that contains that file
o) Makes it easier if you copy your files to a new computer, as you don't have to adjust paths
m) Makes it easier for others to take your files and not have to adapt the paths to use your code
m) Enables paths relative to the .Rproj file

{/quiz}
1 change: 0 additions & 1 deletion quizzes/quiz_ch6.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ b) You can render the report into different kinds of file types like html or pdf
c) You can modify the aesthetics of the report
D) R Markdown files only render the output of your code and never show your actual code

?
{/quiz}

0 comments on commit 29a818a

Please sign in to comment.