Duncan Garmonsway
Duncan Garmonsway
I get the same error on Arch Linux.
I did `docker run -td -p 6080:6080 paimpozhil/docker-novnc` on the Amazon instance, opened port 6080 for inbound traffic, opened the URL in a browser, logged in with a blank password...
Now I can't even log in `Server disconnected (code: 1006)`
I have had a look at this. Creating a new graphics device seems hard. Knitr uses the `evaluate` package to watch for changes in the graphics device. Relevant files: -...
This would be a nice feature for dplyr backends too.
Hi, thanks for your reply, and apologies for my slowness responding. > - What if a user wants to check different file types in a single run? E.g. one Markdown...
Thank you for responding so quickly. I've attempted to address this issue in #673.
Hi, thanks for the suggestion. If you're thinking of something like readxl's [`range`](http://readxl.tidyverse.org/reference/cell-specification.html) argument, then I agree, that would be good. Presumably you've already tried reading one sheet at a...
I think a first step is to optionally omit blank cells. When readxl implemented range import it was [complicated](https://github.com/tidyverse/readxl/pull/314), and I want to take care to do it as similarly...
@SteveBronder blank cells can now be excluded on the master branch. ```r xlsx_cells(x, include_blank_cells = FALSE) ``` I'll keep this issue open for the `range` feature.