library(RPamisc)
library(tidyverse)
library(knitr)

options(scipen = 10)

knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, comment = "")

Prompt

Analysis

Quality Improvement: AIM Statement

#.hem_onc_sedation_raw <- tbl_df(edwSQL("../SQL/WSH Hem Onc Sedation.sql", resource="Trantor")$data)

Methods

Results

gtcars %>%
    knitr::kable()

\newpage

Data Sources

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()



rparrish/RPamisc documentation built on Feb. 28, 2024, 9:26 p.m.