When a render this script with the RMarkdown, the path of a file exceeds the limit of the PDF.
df_reserva = read_excel('E:/OneDrive/FACULDADE/Semestre 6/Métodos Quantitativos Aplicados a Políticas Públicas e Sociais/Trabalho Final/Bases de Dados/forms.xlsx')
I want to add some line breaks, so the code looks like this
df_reserva = read_excel('E:/OneDrive/FACULDADE/Semestre 6/
Métodos Quantitativos Aplicados a Políticas Públicas e Sociais/
Trabalho Final/Bases de Dados/forms.xlsx')
Any tips here?