--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/0bd81e11-b197-4647-a5e7-3acb432ad023%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
CORRECTION:Keep getting: "Error: data must be a data frame class object" ... caused by the renderSimpleNetwork() in 2nd chunk ...```{r flexdashboardChunk1}reactiveCode <- quote({code producing a dataframe (using reactive input)})``````{r flexdashboardChunk2}values <- reactiveValues()values.topdocs <- reactiveCoderenderSimpleNetwork({simpleNetwork(values.topdocs, Source = "src", Target = "tar", linkDistance = 150, fontSize = 12)})````
On Monday, June 20, 2016 at 10:36:34 PM UTC-4, John Williams wrote:Keep getting: "Error: data must be a data frame class object" ... caused by the```{r flexdashboardChunk1}reactiveCode <- quote({code producing a dataframe (using reactive input)})``````{r flexdashboardChunk2}values <- reactiveValues()values.topdocs <- topDocsandProcsrenderSimpleNetwork({simpleNetwork(values.topdocs, Source = "src", Target = "tar", linkDistance = 150, fontSize = 12)})````
On Monday, June 20, 2016 at 6:18:35 PM UTC-4, John Williams wrote: