knitr::opts_chunk$set(echo = TRUE)
library(conveniencefunctions2)
data <- data.frame(a=1:4,b=c("a","b","c","d"),c=c(NA,"keep",NA,"keep")) completeFun(data, c("c"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.