Hi Community,
Im try to make a pdf and all is well
But I see that the path dont appear completly in the pdf file.
What things I need put for the pdf show all the path? Because the path is a little large.
This is the code of problematic chunk:
library(readxl)
# Para encontrar el archivo podemos usar
# file.choose()
datos<-read_excel( "C:\\Users\\MiguelAngel\\Documents\\R Miguelo\\Ciencia Datos Ecuador\\Intro curso\\World.xlsx", sheet="Hoja2")
The wrong pdf out put:
Maybe some Rmarkdown options I need put for make better this chunk.
Thanks