Anantadinath

Results 21 issues of Anantadinath

### Steps to reproduce 1. Create a Rhino project `rhino::init()` 2. create more than 1 js files 3. call Import statement on any of the file. (If you don't call...

I just heard your talk and tried the package. It looks very good. But somehow I couldn't find a method to load data from a csv. All the examples mentioned...

Is there any executable to install pqR on my System. I would love to try it. and if it is as fast as it says will stick to it.

library(ggvis) library(ggplot2) diamonds %>% ggvis(~price,~carat) %>% layer_points(opacity:=input_slider(0,1), size:=input_slider(100,300)) %>% layer_smooths(stroke:='green')

R studio is trying to make a Timeseries a part of tidyverse. But I have no idea how to use it with Dygraph. library(tidyquant) library(highcharter) library(dygraphs) AAPL

I can not scroll the sidebar of your page. However, I can scroll the page just fine. Is it just me or it does have such problem ![image](https://user-images.githubusercontent.com/22342596/38487021-76cf12b2-3bfc-11e8-8529-45018d845203.png)

Can you add a feature to add bartype chart under the dygraph plot. Because sometime we need to View OHLC with Volumes. and Can we Add one graph under another...

It's hard to write code for downloadhandlers in SHINY if you could add some functionality it will be very very very handy. Please think about it.

I wanted to learn it. But it seems like there aren't enough resources.

Hi Team, I need to build a Shiny app where the user will be authenticated from DataBricks before they fetch the data. I read that the authentication is not yet...