2. A data analyst creates a bar chart with the diamonds dataset. They begin with the following line of code: 1 point ggplot (data - diamonds) What symbol should the analyst put at the end of the line of code to add a layer to the plot? O The plus sign (+) O The equal sign (=) O The ampersand symbol (8) O The pipe operator (%>%) 1 point