Compare commits
3 commits
3c68ab3568
...
7e7ec460e8
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7e7ec460e8 | ||
![]() |
a5819e2bec | ||
![]() |
7cc3e52ae9 |
2 changed files with 3 additions and 2 deletions
|
@ -5,5 +5,6 @@ linters: linters_with_defaults(
|
|||
, indentation_linter(
|
||||
hanging_indent_style = "never"
|
||||
)
|
||||
,trailing_blank_lines_linter = NULL
|
||||
) # see vignette("lintr")
|
||||
encoding: "UTF-8"
|
|
@ -5,5 +5,5 @@ box::use(
|
|||
pdftools
|
||||
)
|
||||
|
||||
txt <- pdftools$pdf_text('kyle_resume.pdf')
|
||||
|
||||
#TODO Change from HardCode
|
||||
txt <- pdftools$pdf_text("kyle_resume.pdf")
|
Loading…
Reference in a new issue