personalized link

I'm trying to create a personalized link using information from a table pasting the path + the personalized name of the html, which is already saved.
But it doesn't understand as a link, I don't if I should use paste or something else. I tried something like that:

library(dplyr) 
dfreponsaveis <- read.csv("C:\\Users\\elisiane\\Documents\\RStudio\\Carteiras2019\\dfresponsaveis.csv", sep = ";",header = TRUE,stringsAsFactors = FALSE,fileEncoding = "UTF-16LE")

link <- paste("file:///C:/Users/elisiane/Documents/TabelaDinamica",dfreponsaveis$st_nomeabreviado[1],".html")

Clique aqui

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.