Run Markdown Script with make

Created a Makefile to be used to run R markdown scripts. See README for more info. Also created R and html subdirectories. The repo should contain the html subdirectory but not the files in it.
This commit is contained in:
syounkin 2024-10-29 10:39:05 -05:00
parent 9e1ba33097
commit 817126bef5
5 changed files with 68 additions and 9 deletions

4
html/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore