DAA_07_Rmarkdown

DAA_07_Rmarkdown

University

5 Qs

quiz-placeholder

Similar activities

jared

jared

KG - University

6 Qs

Suprise Quiz Bioch&Biol

Suprise Quiz Bioch&Biol

University

10 Qs

Nucleic Acids Quiz #2 IB Biology IB 1.1

Nucleic Acids Quiz #2 IB Biology IB 1.1

11th Grade - University

10 Qs

Inventions of the history

Inventions of the history

3rd Grade - Professional Development

10 Qs

MAC1_Lesson25

MAC1_Lesson25

3rd Grade - Professional Development

10 Qs

PASS 3/4 + 3/5

PASS 3/4 + 3/5

University

8 Qs

binary

binary

5th Grade - Professional Development

7 Qs

DAA_07_Rmarkdown

DAA_07_Rmarkdown

Assessment

Quiz

Biology, Science

University

Medium

Created by

Alfonso Gar

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the Yaml header

Where to put the title and the output format of the document

A part of the document where to put the data

Where you specify the code chunks

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a code chunk

Where you write the text.

Where you write the code. It could be R or other language.

Where you insert the figures and the tables.

Where you link other web pages.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What would be the output of a code chunk like this:

```{r, echo=FALSE}

plot(iris)

```

It will show the plot but not the code

It will show the code but not the plot

It will show the code and the plot

It will not show neither the code nor the plot

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output if I write a list like this:

1. thing to do

1. other thing

- One more.

1. thing to do

1. other thing

- One more.

1. thing to do

2. other thing

- One more.

1. thing to do

2. other thing

3. One more.

1. thing to do

1. other thing

2. One more.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of this text:

*Centaurea **aspera***

Centaurea aspera in italic

Centaurea aspera in bold

Centaurea in italic and aspera in italic and bold

Centaurea in bold and aspera in italic

A lot of asterisks