# The next command configures MANY things and loads quite a few packages. # # If you want to see what's being done, execute # # cat( # system.file( # "rmarkdown/resources/R/_common_report.R", # package = "fnaufelRmd" # ) # ) # # to find out the location of the file. Then open the file. # # If you want to change the configuration, copy the file, edit it, and # source it instead of the package file. # # Or simply write your commands here in this code chunk. source( system.file( "rmarkdown/resources/R/_common_report.R", package = "fnaufelRmd" ) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.