Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

footnotes with hyperlinks with docx #117

Open
davidgohel opened this issue Mar 17, 2016 · 0 comments
Open

footnotes with hyperlinks with docx #117

davidgohel opened this issue Mar 17, 2016 · 0 comments
Labels

Comments

@davidgohel
Copy link
Owner

invalid document when footnotes contain hyperlinks

library(ReporteRs)
mydoc <- docx()
pot1 <- pot("hi", hyperlink = "www.google.com")
Footnote1 <- Footnote()
Footnote1 <- addParagraph(Footnote1,pot1)

mydoc <- addParagraph(mydoc, pot("Hello", footnote=Footnote1) )
writeDoc(mydoc,file="Footnote Test.docx")
@davidgohel davidgohel added the bug label Mar 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant