1
I already have a code ready in the R and now I’m learning the Rmarkdown.
My question is the following, is there any function that loads the R code in Rmarkdown that allows me to use the information without having to pass the code in the markdown Chunk?
Take a look at the function
source()
.– Willian Vieira
You have several options. You have
source()
as they have said or you can see theread_chunk()
if you have to run the code slowly.– Jorge Mendes
Thank you @Willianvieira and Jorgemendes solved my problem!
– Rafael Camargos
@Willianvieira can post some response to help visitors in the future?
– Tomás Barcellos
Or @Jorgemendes ?
– Tomás Barcellos