flexdashboard icon indicating copy to clipboard operation
flexdashboard copied to clipboard

Link multiple pages from global Sidebar

Open tarunparmar opened this issue 8 years ago • 0 comments

It sounds silly but for some reason I am not able to get to 2nd page from link in global Sidebar. The reverse works, i.e. if I am on 2nd page, I can click on 1st page link and it takes me to 1st page. I am using flexdashboard 0.5 and installed from Github. Here's my code.

---
title: "Untitled"
output: 
  flexdashboard::flex_dashboard:
    orientation: columns
    vertical_layout: fill
runtime: shiny
---

###### Commenting below lines for Github code to display in full block
#```{r setup, include=FALSE}
#library(flexdashboard)
#```

Sidebar {.sidebar} 
=====================================

[Step 1: Inputs](#inputs)</br>

[Step 2: Training](#training)


Inputs
=====================================

Column {data-width=650}
-----------------------------------------------------------------------

### Input Dataset

Column {data-width=350}
-----------------------------------------------------------------------

### Y Variable


### X variables


Training
=====================================

Column
-----------------------------------------------------------------------

### Model Options


Column {.tabset}
-----------------------------------------------------------------------

### CV Model Rank

tarunparmar avatar Oct 01 '17 00:10 tarunparmar