mjkallen
mjkallen
The `readTable()` function in the package requires the sheet index or name to be provided, but table names must be unique in an Excel workbook and thus the `XSSFWorkbook` Java...
I'm not sure if this is intended behavior, but `dccLink("click me", href = "/foo?p=1", refresh = TRUE)` will encode the `?` in the URL upon refreshing. This will create an...
Trying to close the studio GUI with a `q()` command doesn't work.
Doing something like `setwd("~/Documents")` gives an error. `setwd("home/joe/Documents")` works as it should. Using 0.7.0-RC7-SNAPSHOT, build #1487
This fixes the issue with keywords never being highlighted as such, because they were recognized as (regular) functions. See #2082. Also adds the "new" forward pipe operator ('|>') which was...