Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(dplyr)
library(knitr)
library(stringr)
library(tidyr)
library(glue)
library(purrr)
library(psHarmonize)
## -----------------------------------------------------------------------------
harmonization_sheet_example %>%
filter(study == 'Cohort A' & item == 'education') %>%
select(code_type, code1) %>%
kable()
## -----------------------------------------------------------------------------
harmonization_sheet_example %>%
filter(study == 'Cohort A' & item == 'weight') %>%
select(code_type, code1) %>%
kable()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.