update main.R
add json package to pull json data
This commit is contained in:
parent
1e00864b01
commit
a054459d07
1 changed files with 2 additions and 1 deletions
|
@ -14,3 +14,4 @@ txt <- pdftools$pdf_text("kyle_resume.pdf")
|
||||||
# ---- Load JSON ----
|
# ---- 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"]]
|
||||||
|
|
Loading…
Reference in a new issue