asked 21.5k views
4 votes
a data analyst wants to mark the beginning of their code chunk. what delimiter should they type in their .rmd file?

asked
User Ang Mo
by
8.4k points

2 Answers

3 votes

Answer:

The answer is:

Modify code directly from the .rmd file

Step-by-step explanation:

Code added to an .rmd file is usually referred to as a code chunk. Code chunks allow users to execute, modify, and copy R code from within the .rmd file.

answered
User Tatu Lund
by
8.4k points
4 votes

Answer:

The answer is:

Delimiters Syntax Markdown Backticks

Step-by-step explanation:

A data person adds specific characters before and after their code chunk to mark where the data item begins and ends in the .rmd file.

answered
User Lorena
by
9.0k points