Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
92 views
in Technique[技术] by (71.8m points)

Making Links for Datatable in R

I wanna put some links into one of my datatable columns. But those links shouldnt be html links they should be directory links. I use the datatable to have an overview about documents i have to read. Those documents are in an directory as PDF′s. So if i see a document in my datatable i have to read, i just wanna push the link button and then the pdf should open itself.

I Used this code to to put a Link button in (as example) the Iris Data set. The species Setosa are an example for "books i have to read".

When i push the Link nothing happens. But when i push the right mouse button and choose " open link in browser" then it works.

"iris %>% mutate(Link=ifelse(Species=="setosa","Link","Wrong"))%>% datatable(escape=FALSE)"

How is it possible to open those links with just pushing them ?

Thanks for the help

question from:https://stackoverflow.com/questions/65950766/making-links-for-datatable-in-r

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...