Hi
I have following problem. My package is supppsoed to create html vignette as it's functionality, let's call it report. Preprocessed .Rmd file is included along with files of my package and i want to render it in my function. Is there a way to render that report with pkgdown template? If so, how should I pass the path to? I've tried to use html_document() but it didnt work out.