knitr::opts_chunk$set(echo = TRUE) library(tidyverse) library(flextable)
Source: This data set is from Amrom E. Obstfeld, who de-identified data on COVID-19 testing during 2020 at CHOP (Children's Hospital of Pennsylvania).
This data set contains data concerning testing for SARS-CoV2 via PCR as well as associated metadata. The data has been anonymized, time-shifted, and permuted
covid_codebook <- read_csv("/Users/peterhiggins/Documents/RCode/medicaldata/data-raw/covid_testing_code_book.csv") %>% slice(1:17) %>% flextable() %>% fontsize(size = 12) %>% width(width = c(1, 0.5, 2.5, 0.5, 2)) covid_codebook
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.