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
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
2 matches
Mail list logo