Hi All,

I'm creating PDF plots in R. Files are usually large, sometimes up to 100 pages or higher. I would like to navigate PDFs using bookmarks, but by default R names bookmarks as Page 1, Page 2,....

Is there anyway to specify bookmarks for PDF file in R? I know the titles for each plot/page, I just need to translate it to bookmark.

Thanks