change file structure
This commit is contained in:
parent
7cc3e52ae9
commit
a5819e2bec
1 changed files with 9 additions and 0 deletions
9
src/main.R
Normal file
9
src/main.R
Normal file
|
@ -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")
|
Loading…
Reference in a new issue