github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/metrics/report/report_dockerfile/pdf.Rmd (about)

     1  ---
     2  # Copyright (c) 2018-2019 Intel Corporation
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  #
     6  title: "Kata Containers metrics report"
     7  author: "Auto generated"
     8  date: "`r format(Sys.time(), '%d %B, %Y')`"
     9  output:
    10    pdf_document:
    11  urlcolor: blue
    12  ---
    13  
    14  ```{r setup, include=FALSE}
    15  #Set these opts to get pdf images which fit into beamer slides better
    16  opts_chunk$set(dev = 'pdf')
    17  # Pick up any env set by the invoking script, such as the root dir of the
    18  # results data tree
    19  source("/inputdir/Env.R")
    20  ```
    21  
    22  ```{r child = 'metrics_report.Rmd'}
    23  ```