Alessandro Arrigo

Results 6 comments of Alessandro Arrigo

I'm having the same issue. The bug is not in the read_xml or as_list functions I think but is something afflicting the view. As @hadley shows, the structure of the...

Same problem here: ``` library(shiny) library(bs4Dash) # UI ---------------------------------------------------------------------- ui

> Did you look into the [events](https://echarts4r.john-coene.com/articles/shiny#events) > > You should be able to > > ```r > observeEvent(input$plot_legend_change, {}) > > # and / or > > observeEvent(input$plot_legend_selected, {})...

In the attached images I need to compute the red numbers for each bar (850, 530,...). An extra label that is the sum of the label printed. I think it's...

When I try to render a .Rmd file with "Render Document with R Markdown" I get: ``` > rmarkdown::render("/Users/alessandroarrigo/Documents/GitHub/Osservatorio/R/Analisi/Markdown/Bollettino_ISS.Rmd") Error: pandoc version 1.12.3 or higher is required and was not...