I\'m wondering how can I export an r dataframe to excel format file, with some links embeded. So that I can use R to create an xlsm file. When open xlsm file, I can click ce
The xlsx package has the function addHyperlink, for exactly this purpose. example(addHyperlink) should get you started.
xlsx
addHyperlink
example(addHyperlink)