<div>
Use the paste()
function to concatenate the strings “hello” and “there” in R.
Use the paste()
function to concatenate the strings “hello” and “there” in R.
<div>
## Challenge
Use the paste()
function to concatenate the strings “hello” and “there” in R.
Great! Now use paste0()
function to paste together “mono” and “rail” to make “monorail”
Use the paste()
function to concatenate the strings “hello” and “there” in R.