# link custom javascript
tags$head(tags$script(src="www/myscript.js")),
# link custom css, intro.css and c3.css
tags$head(
tags$link(rel = "stylesheet", type = "text/css", href = "www/custom.css"),
tags$link(rel = "stylesheet", type = "text/css", href = "lib/c3.min.css")
),
# link intro.js, d3.js and c3.js
tags$head(tags$script(src="lib/d3.v3.min.js")),
tags$head(tags$script(src="lib/c3.min.js"))
),
Asked
Active
Viewed 10 times
0

bretauv
- 7,756
- 2
- 20
- 57
-
Hello, can you add a [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example)? With the information you provided, there's no way to know what the source of the problem is. – bretauv Feb 09 '22 at 15:41
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Feb 21 '22 at 13:26