Skip to content

Commit

Permalink
add alt-text to figures
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker committed Aug 20, 2024
1 parent 3766119 commit b11c8de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vignettes/a02_EML_creation_script.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,18 @@ knitr::opts_chunk$set(
This page mirrors the editable EML Creation template that is included with the EMLeditor package (and has been installed if you installed either EMLeditor on its own or as part of the NPSdataverse). To access an editable version of this script, open R studio and select the "File" drop-down menu. Choose "New File" and select "R markdown" from the submenu. In the pop-up box, select "From Template" and then highlight "Editable_EML_Creation_Workflow {Emleditor}" (likely the first item in the list). Click "OK" to open the template.

```{r echo=FALSE, out.width='45%', fig.align="center"}
#| fig.alt: >
#| a graphic showing the first steps used to access the template EML creation
#| script included with the EMLeditor package.
knitr::include_graphics("../man/figures/open_rmd.png")
```


```{r echo=FALSE, out.width='45%', fig.show='hold', fig.align='center'}
#| fig.alt: >
#| a graphic showing the final steps used to access the template EML creation
#| script included with the EMLeditor package.
knitr::include_graphics("../man/figures/EMLtemplate.png")
```

Expand Down

0 comments on commit b11c8de

Please sign in to comment.