inst/app/www/plop.md

An example of an included markdown

Note that external markdown can be put in inst/app/www/ or anywhere inst/.

addResourcePath() adds a link available at runtime, i.e while your app is served in your browser.

Including an external JS or HTML is to be done like this:

includeMarkdown(
  system.file("app/www/plop.md", package = "golemexample")
)


ColinFay/golemexample documentation built on Oct. 3, 2019, 10:52 a.m.