You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run gvisTreeMap in Shiny. When I used outside of shiny is not problem... work well! But when I tried to use it with shiny with "renderGvis" I have the next message:
Here the server.R
#######
library(tidyverse)
library(shiny)
library(googleVis)
library(RColorBrewer)
I tried to run gvisTreeMap in Shiny. When I used outside of shiny is not problem... work well! But when I tried to use it with shiny with "renderGvis" I have the next message:
Here the server.R
#######
library(tidyverse)
library(shiny)
library(googleVis)
library(RColorBrewer)
#mx.states1 <- read.table("~/Dropbox/Shiny1/Tabla.txt", header = T)
Define server logic for slider examples
shinyServer(function(input, output, session) {
output$Treeplot1 <- renderGvis({
})
#######
#Here de ui.R
library(tidyverse)
library(shiny)
library(knitr)
library(plotly)
library(googleVis)
shinyUI(navbarPage(
title = "",
))
The file that I used is this one:
Tabla.txt
I hope that you can give me a tip!!!
Here my sessioninfo()
Alex
The text was updated successfully, but these errors were encountered: