# NOT RUN {
# copy the webex 'R Markdown' template to a temporary file
# }
# NOT RUN {
my_rmd <- tempfile(fileext = ".Rmd")
rmarkdown::draft(my_rmd, "webex", "webex")
# compile it
rmarkdown::render(my_rmd, webex::webex_default())
# view the result
browseURL(sub("\\.Rmd$", ".html", my_rmd))
# }
Run the code above in your browser using DataLab