Questions tagged [htmlwidgets]

Use the this tag for questions regarding the htmlwidgets for R JavaScript visualization library. For questions regarding generic HTML widgets, use the html and widget tags.

422 questions
-2
votes
2 answers

how to produce Sankey diagram with auto-references and circular-references using NetworkD3 library R

I have this data: list(nodes = structure(list(name = c(NA, NA, "1.1.1. Formação Florestal", "1.1.2. Formação Savanica", NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, "3.1. Pastagem", NA, NA, NA, "3.2.1. Cultura Anual e Perene", NA, "3.3. Mosaico de…
Artur_Indio
  • 736
  • 18
  • 35
-2
votes
1 answer

'package' must be of length 1 : HTML Widget error

I am trying to create a html widget with flexdashboard elements in an object of class "shiny tag list". Expected output : An html file saved in my local drive. Actual output Error : Error in system.file(config, package = package) : 'package'…
1 2 3
28
29