library(RPamisc) library(tidyverse) library(knitr) options(scipen = 10) knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, comment = "")
Analysis
Quality Improvement: AIM Statement
#.hem_onc_sedation_raw <- tbl_df(edwSQL("../SQL/WSH Hem Onc Sedation.sql", resource="Trantor")$data)
gtcars %>% knitr::kable()
\newpage
commit <- gert::git_info()$commit repo_url <- usethis::git_remotes() %>% stringr::str_replace(":", "/") %>% stringr::str_replace("git@", "https://") %>% stringr::str_replace("\\.git$", paste0("/tree/", commit)) repo_label <- str_replace(repo_url, "/tree.*$", "")
The code and supporting resources for this report are located at r repo_label
.
Generated r Sys.time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.