--- title: "Example reports" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Example reports} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` # HTML HTML reports contain interactive features such as a table of contents, map, figures, and a downloadable spreadsheet. These reports are "self-contained" and embed all dependencies in the HTML file. As a result, the file size can be quite large. These reports can be distributed with cloud storage (Google Drive, Box.com, Dropbox.com, etc.). Report recipients must download the `.html` file to their computer and then open the file in their web browser. ## English Open this report in a [new tab](https://soils-example-html.netlify.app/){target="_blank"}. ```{r echo=FALSE, out.width="100%"} knitr::include_url( "https://soils-example-html.netlify.app/", height = "500px") ``` ## Spanish Open this report in a [new tab](https://soils-spanish-example.netlify.app/){target="_blank"}. ```{r echo=FALSE, out.width="100%"} knitr::include_url( "https://soils-spanish-example.netlify.app/", height = "500px") ``` # MS Word This example report was rendered to a `.docx` file and then converted to a PDF for web publishing. ## English Open this report in a [new tab](https://drive.google.com/file/d/1VsRDa4zzzevCVYK17RvtbxHVu2nELCUc/preview){target="_blank"}.

Oops! Your browser doesn't seem to support embedded PDFs.

Try downloading it instead.

## Spanish Open this report in a [new tab](https://drive.google.com/file/d/1WkyJgPX4m4s4yaPvwa6JTOIcKW-VBGFO/preview){target="_blank"}.

Oops! Your browser doesn't seem to support embedded PDFs.

Try downloading it instead.