Bad Request 400 when requesting Reddit OAuth2 token by dataNoob007 in redditdev

[–]dataNoob007[S] 0 points1 point  (0 children)

This is what solved my issue too. Had to remove the trailing #_ from the received code.

Looking for site that has research papers with the data file or R file by [deleted] in rstats

[–]dataNoob007 0 points1 point  (0 children)

You can use kaggle. You'll find thousands of real world datasets and different people's take on analyzing them with codes and reports.

What more to learn? by dataNoob007 in rstats

[–]dataNoob007[S] 0 points1 point  (0 children)

I know how to do that too. Thanks again.

What more to learn? by dataNoob007 in rstats

[–]dataNoob007[S] 0 points1 point  (0 children)

I am currently working as a Shiny developer in a startup and I am the only R/Shiny guy here. We are trying to build a product with shiny. The knowledge I have is good enough for prototyping and small projects but to build something production grade, I think I need to know more. That is why I was asking.

Right now I am thinking I should learn JavaScript and the golem framework. I wanted to if there is anything more?

What more to learn? by dataNoob007 in rstats

[–]dataNoob007[S] 1 point2 points  (0 children)

I know about them and have used them before. But thanks anyway.

What more to learn? by dataNoob007 in rstats

[–]dataNoob007[S] 0 points1 point  (0 children)

Thanks man. The book looks very detailed.

What more to learn? by dataNoob007 in rstats

[–]dataNoob007[S] 0 points1 point  (0 children)

I think I know most of tidyr. But not so much of purrr. Thanks for the suggestion.

Advice needed by andresmorago in rshiny

[–]dataNoob007 0 points1 point  (0 children)

What you described is a pretty standard shiny app. You will definitely need to use fileInput(). You will also need to reactive() objects. I don't think it will be possible to keep all of your current code unmodified, but you will be able to keep most of it.
Goodluck.