OCR <- function(u,a){
readxl::read_xlsx(u,sheet="Rate") %>%
filter(Measurement==6,Group!='Background') %>%
select(.,Well,OCR) %>%
anti_join(.,
filter(a,remove) %>%
select(Well)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.