Rob James
Rob James
I can replicate. Rather keen to resolve. Suggestions welcome. ``` --- title: "Untitled" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill --- ```{r setup, include=FALSE} library(flexdashboard) library(highcharter) ``` Column {data-width=650} ----------------------------------------------------------------------- ###...
is the double / after figure‐html part of the problem?
This is a duplicate of https://github.com/bhaskarvk/widgetframe/issues/18 I will consolidate discussion there.
I started a different issue https://github.com/bhaskarvk/widgetframe/issues/21 but this same error occurs in Rmd production of flexdashboard. What I can see the double slash in the html output file, correcting that...
```r data(cars) library(gdata) library(tidyverse) library(fs) f = here::here("test.fwf") gdata::write.fwf(cars, f) junk
I tried this, which was both ultimately unsuccessful and unnecessarily re-consults the filesystem. ` listoffiles % select(path) %>% filter(str_detect(path, "fst")) %>% mutate(filename = str_sub(basename(path),1,-5) ) ` hoping that I could...