[R] Multiple values not getting displayed in output based on multiple input selection from dropdown in R shiny

2021-01-01 Thread Ritwik Mohapatra
Hi All, Happy New Year to All. I have been trying to create a multi input select list/dropdown using r shiny but when i select more than two values from the input,it doesn't show the output for all the values selected in the dropdown. The code is as follows: knitr::opts_chunk$set(echo = TRUE) l

[R] Data Table not rendering properly using R shiny

2020-11-07 Thread Ritwik Mohapatra
Hi All, I have a data output as below.I want to display them in an interactive html report using shiny but the data table is not rendering properly and instead giving NA values. max_usage_hours_per_region<-setNames(aggregate(df3_machine_region$sum_as_hours~df3_machine_region$Region,df3_machine_re

Re: [R] How to create a readable plot in R with 10000+ values in a dataframe

2020-07-30 Thread Ritwik Mohapatra
perhaps with another > grouping. > > From the data sample in another post, one could maybe group/count > count the host(names) and them plot it on a worldmap with a colour > scale showing the numbers. > > > el > > On 2020-07-23 20:11 , Ritwik Mohapatra wrote:

Re: [R] How to create a readable plot in R with 10000+ values in a dataframe

2020-07-24 Thread Ritwik Mohapatra
.europe.shell.com|Americas| Regards, Ritwik On Fri, Jul 24, 2020 at 6:05 PM Martin Maechler wrote: > >>>>> Ritwik Mohapatra > >>>>> on Thu, 23 Jul 2020 23:41:57 +0530 writes: > > > How to create a readable and legible plot in R with 10k+ v

[R] How to create a readable plot in R with 10000+ values in a dataframe

2020-07-24 Thread Ritwik Mohapatra
How to create a readable and legible plot in R with 10k+ values.I have a dataframe with 17298 records.There are two columns:Machine Name(Character) and Region(Character).So i want to create a readable plot with region in x axis and machine name in y axis.How do i do that using ggplot or any other w