Code & Markup.rmd · .rnw · .qmd
R Markdown viewer
About R Markdown
R Markdown with code chunks.
R Markdown weaves prose, code chunks, and (optionally) rendered output. Quarto is the multi-language successor. We render the prose and highlight chunks.
FAQ
- What is a R Markdown file?
- R Markdown weaves prose, code chunks, and (optionally) rendered output. Quarto is the multi-language successor. We render the prose and highlight chunks.
- Is my file uploaded?
- No. Files are opened entirely in your browser using local JavaScript and WebAssembly. Nothing is sent to a server.
- Does it work on mobile?
- Yes. The viewer is mobile-first and works on phones, tablets, and desktops.
More Code & Markup
- .txtPlain TextPlain text — the universal format.Open
- .logLogPlain text logs (often huge, needs virtualization).Open
- .mdMarkdownMarkdown — lightweight markup.Open
- .htmlHTMLWeb pages — render in sandboxed iframe.Open
- .ipynbIPYNB (Jupyter)Jupyter Notebook (JSON with cells).Open
- .texLaTeXLaTeX source with math rendering.Open
- .bibBibTeXBibTeX bibliography database.Open
- .adocAsciiDocAsciiDoc structured text.Open