Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
revealjs
/
92fa469ca1eed0732558d2c15d0f3fb177f4b8b7
/
.
/
R
/
utils.R
blob: 2d7de472aa289f89c55d5b0acc67e127f59eeb65 [
file
] [
log
] [
blame
]
# function to lookup reveal resource
reveal_resources
<-
function
(
...
)
{
system.file
(
"rmarkdown/templates/revealjs_presentation/resources"
,
...
,
package
=
"revealjs"
)
}