Mkranj
Mkranj
I wanted my app to set the URL to the starting value, with no "?query=value" at the end. I've found out that using `updateQueryString("/")` does the trick, while using `""`,...
# Description I'm using several dashboardPages inside of a navbarPage tabset for a project. Each call to dashboardPage automatically creates a new tag in the finished app's HTML, even though...
# Description Copy-pasting the code in 7.3 leads to an app where the frame where the image should be is empty. The links to the images work, although the ones...
In Chapter 4, the link for downloading NEISS data from github is outdated. Changed it to the actual version. Closes #588
I've been getting some errors using POSIXct with Lubridate when switching to R version 4.3.2. One example: ```r lubridate::floor_date(as.POSIXct("2022-12-15 09:59:50"), unit = "day") ``` I get this error : `Error...
Hi, thanks for the wonderful book. If you will considering making further changes to the text, I have some suggestions for chapter 4 `htmltools-dependencies.Rmd`: # 4.4 Font Awesome In part...
Hi, I'm plotting a chart with multiple bars and need to stack them in one order, and display the legend in another. I thought I could rearrange the legend data...
Referencing this issue for the R implementation: https://github.com/smartinsightsfromdata/rpivotTable/issues/123 Rows aren't sorted correctly when Croatian letters are included: ## Example: `engleski, francuski, hrvatski, talijanski, češki, španjolski` ## Expected order: `češki, engleski,...
I'm downloading a certain HTML table using the rvest package. Currently, I'm transforming it to a regular dataframe and then saving it as .xlsx. However, the table in question has...
The gt package looks great. Would it be possible to convert `openxlsx` worksheets (parts of an Excel workbook, handled by the `openxlsx` package) into gt objects? Ideally, this would preserve...