update main.R

add json package to pull json data
This commit is contained in:
kyle 2025-02-11 07:38:40 -05:00
parent 1e00864b01
commit a054459d07

View file

@ -13,4 +13,5 @@ txt <- pdftools$pdf_text("kyle_resume.pdf")
# ---- Load JSON ----
resume_paraser_api <- jsonlite$fromJSON(here("data","resume_parser_api.json"))
resume_paraser_api <- jsonlite$fromJSON(here("data","resume_parser_api.json"))
resume_paraser_content <- resume_paraser_api$messages[["content"]]