Hello everyone. I am trying to make the resume with R Markdown and I can print it in HTML but not in PDF. I tried to change the "output" in from "pagedown :: html_resume:" to "pdf_document" but it doesn't load me and this error screen appears:
"Error in yaml::yaml.load(..., eval.expr = TRUE) :
Scanner error: mapping values are not allowed in this context at line 4, column 21
Calls: ... parse_yaml_front_matter -> yaml_load ->
Esecuzione interrotta"
I did but I get this error
Error in yaml::yaml.load(..., eval.expr = TRUE) :
Parser error: while parsing a block mapping at line 1, column 1 did not find expected key at line 7, column 5
Calls: ... parse_yaml_front_matter -> yaml_load ->
Execution aborted