---
title: "Test3"
output:
html_document: default
pdf_document: default
date: "2024-06-04"
---
## Potentially problematic variable names
...because they are used internally in the package functions:
``` r
x <- 999
filename <- "test.txt"
filetype <- "yada-yada"
exist_all <- "yes"
```
### Code Chunk Reproduction Report
- OK exist_all: REPRODUCTION SUCCESSFUL
- OK filename: REPRODUCTION SUCCESSFUL
- OK filetype: REPRODUCTION SUCCESSFUL
- OK x: REPRODUCTION SUCCESSFUL