--- title: "MOFA to COSMOS tutorial" output: rmarkdown::html_vignette resource_files: - M2Cf - MOFA_to_COSMOS.md vignette: > %\VignetteIndexEntry{MOFA to COSMOS tutorial} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ``` ```{r, results='asis',echo=FALSE} #install.packages("htmltools") #install.packages("markdown") # Include the external HTML file htmltools::includeMarkdown("MOFA_to_COSMOS.md") ```