I am trying to use bookdown to write a user manual for a Shiny app. I can link the index.html page into the shy app, but that is the only page that displays. The book does not appear. it is in the gitbook format so I should have the outline on the left and the book on the right.
Asked
Active
Viewed 157 times
0
-
Please provide a minimal reproducible example. – Yihui Xie Apr 14 '17 at 03:22
-
Okay: Here is the Server code creates the object to be used in the UI: output$helpFile <- renderUI({ includeHTML("C:/Users/jch1748/Documents/Projects/W2012005 - Develop Understanding of Verification Risk/ShinyIntDev/Manual/Demo/_book/index.html") }) – Joe Hightower Apr 14 '17 at 18:15
-
Okay: Here is the code creates the object to be used in the UI: tabPanel("Help Notes", includeHTML("C:/Users/jch1748/Documents/Projects/W2012005 - Develop Understanding of Verification Risk/ShinyIntDev/Manual/Demo/_book/index.html") Beyond this do you need the book file to be able to reproduce? I cannot share the book, it contains company proprietary information – Joe Hightower Apr 14 '17 at 18:22
-
I cannot get that to format correctly, sorry. – Joe Hightower Apr 14 '17 at 18:22