--- 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 **Creating reproduction file** This seems to be the first run of the R Markdown file including reproducible chunks. Storing reproducibility information for variables: - exist_all - filename - filetype - x