I am trying to create a PDF file, but when I create the PDF file, appears an error because it says that the object (that I called: proyecto), does not found.
Rmarkdown documents are knitted into clean/empty environments; Therefore, in your Rmarkdown code, what code have you written that is responsible for providing poyecto ?
If your excel file isnt brought into your code in the rmarkdown, directly or indirectly, you wont be able to use it there.
If you used the Rstudio interface to write code to read it in for you. you could choose to copy that code into your rmarkdown document.
no, I was just showing you were to look on the screen for the code that appears when you import, I was suggesting you copy the code the import provided you
On my computer I imported nothing, so the code in the screenshot I shared has no excel loaded.
read_excel needs a string path to where on your computer the excel file is.
then you called it 'dataset' and not 'proyecto'
The arrow <- says to do the thing on the right and make the result be kept in the name on the left.
so, either rename dataset to proyecto or poyectro$Nota to dataset$Nota