Thank you for taking the time to contribute to educer!
Please see our general resources for EDUCE contributors on our EDUCE-UBC.github.io Wiki.
inst/resources/images/
folder..Rmd
file of the learnr tutorial right after the yaml header.library(educer)
setup_resources()
.Rmd
file of the learnr tutorial, you can now give the path to an image.ext
in inst/resources/images/
like so (you MUST include the first /
):![](/images/image.ext)
setup_resources()
with ?setup_resources
and add other paths to resources (e.g. resources/css/
is already established).