[R] [shiny] How to read current URL address

2018-01-10 Thread Raphael Prates
Dears, I am trying to read the URL name (i.e "www.google.com") that I was redirected by my own code. What I already found that could help: session$clientData$url_protocol session$clientData$url_hostname session$clientData$url_pathname session$clientData$url_port session$clientData$url_search

[R] QuACN package: getLargestSubgraph -> .validateGraph error

2016-03-08 Thread Raphael Prates
I am trying to create a network from the matrix that is attached. > matrixSelecionada <- read.csv("matrix.csv", header = FALSE) > matrixSelecionada <- data.matrix(matrixSelecionada) ## changing the values of the matrix > for (i in 1:nrow(matrixSelecionada)) { for (j in 1:ncol