Home » Data Science » Data Analysis » Fill in the blank: _____ code is code that can be inserted directly into a .rmd file. Q: Practice More Questions From: Develop documentation and reports in RStudio Created with Fabric.js 4.6.0 Practice More Questions Data Analysis 2000+ Qs Machine Learning 1000+ Qs Created with Fabric.js 4.6.0 Similar Questions Fill in the blank: Code added to an .rmd file is usually referred to as a code _____. This allows users to execute R code from within the .rmd file.A data analyst is inserting a line of code directly into their .rmd file. What will they use to mark the beginning and end of the code?A data analyst wants to include a line of code directly in their .rmd file in order to explain their process more clearly. What is this code called?A data analyst adds a section of executable code to their .rmd file so users can execute it and generate the correct output. What is this section of code called?A data analyst who works with R creates a weekly sales report by remaking their .rmd file and converting it to a report. What can they do to streamline this process?Fill in the blank: A data analyst includes _____ in their R Markdown notebook so that they can refer to it directly in their explanation of their analysis.A data analyst includes a code chunk in their .rmd file. What does this allow other users to do? Select all that apply.Why would a data analyst create a template of their .rmd file? Select all that apply.A data analyst writes two hashtags next to their header. What will this do to the header font in the .rmd file?You are working with the penguins dataset. You create a scatterplot with the following lines of code:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g)) +What…You are working with the penguins dataset. You create a scatterplot with the following lines of code:ggplot(data = penguins) +geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g)) +What…You are creating a slideshow for a client presentation. There is a pivot table in a spreadsheet that you want to include. In order for the pivot table to update whenever the spreadsheet source file…Fill in the blank: R Markdown notebooks can be converted into HTML, PDF, and Word documents, slide presentations, and _____.What code chunk do you add to the third line to save your plot as a pdf file with “chocolate” as the file name?You use the read_csv() function to import the data from the .csv file. Assume that the name of the data frame is chocolate_df and the .csv file is in the working directory. What code chunk lets you… Created with Fabric.js 4.6.0 Practice More Questions Data Analysis 200+ Qs Machine Learning 100+ Qs