Create the following nested challenge using <div> tags, {dovetail}, and fenced divs.
<div>
Please place your answers in this answer sheet and use the same text editor you would normally use for editing Carpentries lesson materials.
Use the paste() function to concatenate the strings “hello” and “there” in R
paste()
paste("hello", "there")
[1] "hello there"