How about simply using source() to call the script? If necessary, wrap bits of the script in functions, so you source a file with lots of functions, and then call the ones you need, as you need them.
Bob On 20 June 2014 11:20, Luca Cerone <luca.cer...@gmail.com> wrote: > Dear all, > I am very happy with the new features introduced by Rstudio about how > to create documents embedding R code. > > I would like to know though if there is some way to embed code from a > working script into an Rmd document. > I have several working scripts for which I would like to report the > results, but I would like to avoid > copy and paste the code in the Rmd document: the pipeline is still a > work in progress, > and it is likely that I will end up changing the code and parameters > in the script. > > As you can imagine, having to copy and paste my code is prone error, > and leads to a lot of code replication. > I would like to avoid this, but couldn´t find a straightforward way so far. > > > Thanks a lot in advance, > of course if you have other advices, or comments on best practices for > this sort of thing, > I would like to hear them from you. > > Cheers, > Luca > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Bob O'Hara Biodiversity and Climate Research Centre Senckenberganlage 25 D-60325 Frankfurt am Main, Germany Tel: +49 69 798 40226 Mobile: +49 1515 888 5440 WWW: http://www.bik-f.de/root/index.php?page_id=219 Blog: http://occamstypewriter.org/boboh/ Journal of Negative Results - EEB: www.jnr-eeb.org [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.