-
When anonymous user opens the published notebook in `flexdashboard.html`, it fails to display the contents.
Flexdashboard notebook contents are visible only when the user is **logged in**
-
Develop a demo of `valr` in shiny.
- Feature aggregation (e.g., ChIP-seq signal around TSSs).
- Interval summaries (e.g., by chrom, selectable in DT)
- Heatmaps of correlations / jaccards in d3heatmap…
-
I am working on a bit of code from my colleague but I get stuck in a specific part
```r
library(xts)
accepted_xts
-
If the notebook is unpublished and anonymous user tries to open it using shreable links(`shiny`, `mini`, `view`) it throws the following error message.
![image](https://cloud.githubusercontent.co…
-
Here's a fun one! Running a cell which contains code marked as flexdashboard causes flexdashboard to take over the layout of RCloud but keep much of the RCloud content, leading to a bizarre mixture of…
-
```
x = data.frame(dt=1:6, buymoney=1:6, ordertype=c('充值','充值','充值','提现','提现', '提现'))
eBar(dat= x, xvar=~dt, yvar=~buymoney, series=~ordertype)
```
同一段代码在Rstudio的viewer中正常显示中文,但是在rmarkdown的flexdas…
-
What do you think about a one page/two pages cheat sheet in pdf
that introduces selected functions from survminer?
Probably it could be done based on existing examples.
-
@gordonwoodhull
I am thinking about the user's workflow for flexdashboard.
AFAICT currently both the `markdown` and `rmarkdown` cell types just run `knit` and `markdownToHTML` on the contents of t…
-
Currently they cause the page to blank out, which is confusing for anyone who is working with flexdashboard examples from the web or RStudio.
This can also happen if an R cell is joined into a Mar…
-
I'm trying to follow [this example](https://github.com/environmentalinformatics-marburg/mapview/issues/9#issuecomment-177057483), but when I run the app, it gives me the Error: argument is of length z…