htmlwidgets
Here are 121 public repositories matching this topic...
The manual at https://rstudio.github.io/DT does not appear to have any index or table of contents. Unless an individual page (eg. https://rstudio.github.io/DT/002-rowdetails.html is explicitly linked to from another explanation, there's no way to know that it exists.
I figured out that I could look in the gh-pages
branch for a page that might include documentation of filters and that's t
The example was downloaded from examples/rhandsontable_search on 2/2/2020. When you type the text into the search box specified in ui.R, the functionality to highlight the text in the hot table does not do anything, when a match exists. I am using a Chrome browser. The rhandsontable package was installed using install.packages("rhandsontable") on 2/19/2020. Version number is 0.3.7
How to change text style in legend when its type = 'scroll'
and renderer = "svg"? Official documentation says that there is a special parameter pageTextStyle
. But it doesn't work.
library(shiny)
library(echarts4r)
ui <- fluidPage(
column(width = 6, echarts4rOutput("plot_1")),
column(width = 6, echarts4rOutput("plot_2"))
)
server <- function(input, output, session
The flextables look fine when viewed in RStudio, but when I insert them into a PowerPoint the padding is between the lines and not outside.
library(flextable)
library(officer)
library(dplyr)
x = tibble(c1 = 1:4, c2 = rep("A\nB", 4))
ft0 = flextable(x) %>% padding(padding.bottom = 0, padding.top = 0)
ft10 = flextable(x) %>% padding(padding.bottom = 10)
ft20 = flextable(x) %>% padd
Trying to get reactR to run on the Ubuntu 18.04 image rstudio/r-base:3.6-bionic
, I needed to install the following system dependencies:
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt-get install -y nodejs
(I chose the nodesource version here, because I couldn't get vanilla apt to work)- `sudo npm install -g y
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
Jun 18, 2020 - R
increase label size
billboarder() %>%
bb_barchart(
data = explanation_plot_df,
mapping = bbaes(x = feature_desc, y = feature_weight, group = churn_predictor),
rotated = TRUE,
stacked = TRUE
) %>%
bb_colors_manual('Less likely to churn' = 'rgba
-
Updated
May 2, 2019 - HTML
Great package!
Is it possible to add e.g. radioboxes to an htmlwidget embedded in an html document rendered by r markdown? I mean can it be added to the rendered html page without using shiny? I haven't succeeded yet in doing so, but is it even possible?
Kind regards
-
Updated
Dec 9, 2019 - HTML
-
Updated
Sep 7, 2019 - HTML
-
Updated
Sep 27, 2016 - R
Add new layers
Shiny htmlwidgets bindings. It would be helpful to add a hello-world app example to the help pages that calls renderExplorer() and explorerOutput() etc. (via Xiao Ni)
-
Updated
Jun 15, 2020 - R
Improve this page
Add a description, image, and links to the htmlwidgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the htmlwidgets topic, visit your repo's landing page and select "manage topics."