Hello everyone,
Priority, I am not accustomed to English.
---
title:
author: "Name Surname"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteEngine{knitr::knitr}
%\VignetteIndexEntry{Title of your vignette}
%\usepackage[UTF-8]{inputenc}
---
```{r setup, include = FALSE}
library(knitr)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
BiocStyle::markdown()
```
I created a markdown in R.
If you knit the created file, the output file should be created in the folder of the created file. However, my situation is created in a file that I do not specify now. What should I do?