I need to include a js library into my Shiny app. Currently I use includeHTML to include the script directly into html codes. e.g.
includeHTML(\'URL.js\') <
Another way is to use:
includeScript("mapManipulator.js"),