R/addins.R

Defines functions mathquill jquery_dependency

jquery_dependency = function() {
  htmltools::htmlDependency(
    'jquery', '2.2.3', bookdown_file('resources', 'jquery'),
    script = 'jquery.min.js'
  )
}

mathquill = function() {
  sys.source(bookdown_file('scripts', 'mathquill.R'), new.env())
}
santunesribeiro/Text-Mining-with-R documentation built on Dec. 31, 2020, 5:07 a.m.