Hello,
I want to include a caption with slickR that spans multiple lines but neither "<br>" nor "\n" have worked.
slickR::slickR("this <br> is <br> a <br> test",
height = 95,
width = "95%",
slideType = "p")
Just wondering if there are any other ideas on how to do this?
Thank you.