diff --git a/src/main.R b/src/main.R new file mode 100644 index 0000000..5e557e9 --- /dev/null +++ b/src/main.R @@ -0,0 +1,9 @@ +rm(list = ls(all = TRUE)) #Clear the variables from previous runs + +# ---- Load Packages ---- +box::use( + pdftools +) + +#TODO Change from HardCode +txt <- pdftools$pdf_text("kyle_resume.pdf")