Is there any way to get a manifest of files created after running an RMarkdown document? For example, it's easy to know what plots were created from the document because they all live in the same place.
If I have a chunk my RMarkdown document that downloads/generates data or other files, is there a way to track when and where these files were created other than querying the project for recently modified files (which excludes files that would be written outside the project)?