roam | R Documentation |
Launch a web page to list and preview files under a directory.
roam(dir = ".", live = TRUE, ...)
dir |
A directory path. |
live |
Whether to enable live preview. If enabled, the browser page will be automatically updated upon modification of local files used by the page (e.g., the Markdown file or external CSS/JS/image files). If disabled, you can manually refresh the page to fully re-render it. |
... |
Other arguments to be passed to |
Markdown files will be converted to HTML and returned to the web browser directly without writing to HTML files, to keep the directory clean during the preview. Clicking on a filename will bring up an HTML preview. To see its raw content, click on the link on its file size instead.
A URL (invisibly) for the preview.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.