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"
What can i do?
title: "Andrea "
author: Lijia Yu
date: "r Sys.Date()"
output:
pagedown::html_resume:
or
output: pdf_document: