Challenge: Simple Nested
Please write your answers for the simple nested challenge below
HTML <div>
Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R
{dovetail}
Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R
Solution
[1] "hello there"
pandoc fenced div
Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R
Solution
[1] "hello there"
Challenge: Complex Nested
Please write your answers for the complex nested challenge below
HTML <div>
Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R
Solution
Great! Now use paste0()
to paste together “mono” and “rail” to make “monorail”
{dovetail}
Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R
Solution
Great! Now use paste0()
to paste together “mono” and “rail” to make “monorail”
pandoc fenced div
Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R
Great! Now use paste0()
to paste together “mono” and “rail” to make “monorail”