Questions tagged as 'shiny'

1
answer

Cloud of words Shiny R

I'm wanting to make a word cloud using data from a postgresql table. I used an example as the base I found on the Shiny R website, but I can not do what I want. I can not change which variable will serve as the basis of the word cloud. I need...
asked by 17.11.2016 / 01:43
1
answer

How to plot data from a variable in shiny UI

I'm starting learning in R / Shiny. I'm having trouble plotting a graph in the UI. The content of the graph comes from the stock function (tiker, rx), variable "price", follows the function: stock<- function(ticker,rx){ re<- ({as.num...
asked by 19.03.2018 / 02:24
0
answers

How to plot a graph in the UI (shiny), having as origin the function "stock.R", which generates variable "everything", with 2 columns

Kindly, if you can help, you will be very grateful. I have read several websites and I did not understand how to do it, because I still learn Shiny. The code of the function "stock.R", and the following: stock<- function(ticker,rx){ re...
asked by 14.03.2018 / 19:45
1
answer

The graph does not appear when I put the shiny to rotate

I have this code for a shiny application. Apparently there is no error in the code and when I select only the graph I can plot, but when I put it to run the graph does not appear. cat(getwd()) library(shiny) library(leaflet) library(tidyverse)...
asked by 10.06.2018 / 21:27